diff options
| author | Tannin <devnull@localhost> | 2015-01-06 19:31:53 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-06 19:31:53 +0100 |
| commit | 9edc39633b82b5e02d33c4b0a395fe110af28eb4 (patch) | |
| tree | 90d627525292cb87f3d4b7330b1847a17b568b61 /src/dlls.manifest.debug.qt5 | |
| parent | b415db619ed027ec2acd283983624293274b090f (diff) | |
- bugfixes
- moved more functionality to game-plugins
- further decoupled management functionality from the UI
- created another "tutorial" which is only a single page with relevant parts of
the ui highlighted with info as tooltips
Diffstat (limited to 'src/dlls.manifest.debug.qt5')
| -rw-r--r-- | src/dlls.manifest.debug.qt5 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/dlls.manifest.debug.qt5 b/src/dlls.manifest.debug.qt5 index 1bbdf691..e49b33b8 100644 --- a/src/dlls.manifest.debug.qt5 +++ b/src/dlls.manifest.debug.qt5 @@ -1,19 +1,27 @@ <?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="icuin52.dll"/>
- <file name="icuuc52.dll"/>
- <file name="icudt52.dll"/>
+ <file name="icuin53.dll"/>
+ <file name="icuuc53.dll"/>
+ <file name="icudt53.dll"/>
<file name="Qt5Cored.dll"/>
<file name="Qt5Declaratived.dll"/>
- <file name="Qt5Quickd.dll"/>
<file name="Qt5Guid.dll"/>
<file name="Qt5Multimediad.dll"/>
<file name="Qt5MultimediaWidgetsd.dll"/>
<file name="Qt5Networkd.dll"/>
<file name="Qt5OpenGLd.dll"/>
+ <file name="Qt5Positioningd.dll"/>
+ <file name="Qt5PrintSupportd.dll"/>
+ <file name="Qt5Qmld.dll"/>
+ <file name="Qt5Quickd.dll"/>
+ <file name="Qt5Sensorsd.dll"/>
<file name="Qt5Scriptd.dll"/>
<file name="Qt5Sqld.dll"/>
+ <file name="Qt5Svgd.dll"/>
+ <file name="Qt5WebChanneld.dll"/>
+ <file name="Qt5WebKitd.dll"/>
+ <file name="Qt5WebKitWidgetsd.dll"/>
<file name="Qt5Widgetsd.dll"/>
<file name="Qt5XmlPatternsd.dll"/>
</assembly>
|
