diff options
| author | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
| commit | fe37b48dffd8edcd6e30f4e304d3e27a731ac8ae (patch) | |
| tree | e996c5d329d9abf77bcd12af4d05238fd6ebca1f /src/dlls.manifest.qt5 | |
| parent | f8c683f700a3fff30540ff343df2bfba15080e86 (diff) | |
- caching of downloadwidgets to fix performance problem, currently broken and disabled
- added new state for downloads "uninstalled" for mods that were at one point installed and then removed
- user-configured server preference is now used
- updated tutorial to account for removal of integrated browser
- reverted to qt 4
- using performance optimised findfirstfile on win vista and up
- bugfix: it was possible to disable all columns of the mod list
- bugfix: hook.dll doesn't load on win xp
Diffstat (limited to 'src/dlls.manifest.qt5')
| -rw-r--r-- | src/dlls.manifest.qt5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dlls.manifest.qt5 b/src/dlls.manifest.qt5 new file mode 100644 index 00000000..ed82e878 --- /dev/null +++ b/src/dlls.manifest.qt5 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity type="win32" name="dlls" version="1.0.0.0" processorArchitecture="x86"/>
+ <file name="icuin49.dll"/>
+ <file name="icuuc49.dll"/>
+ <file name="icudt49.dll"/>
+ <file name="Qt5Core.dll"/>
+ <file name="Qt5Declarative.dll"/>
+ <file name="Qt5Gui.dll"/>
+ <file name="Qt5Network.dll"/>
+ <file name="Qt5Script.dll"/>
+ <file name="Qt5Sql.dll"/>
+ <file name="Qt5Svg.dll"/>
+ <file name="Qt5Widgets.dll"/>
+ <file name="Qt5Xml.dll"/>
+ <file name="Qt5XmlPatterns.dll"/>
+</assembly>
|
