Release v1.4 #11

Merged
0xFEEDC0DE64 merged 16 commits from devel into master 2017-12-17 17:14:39 +01:00
148 changed files with 1229 additions and 1049 deletions
Showing only changes of commit a65a2cefff - Show all commits

View File

@@ -14,6 +14,7 @@ INSTALLS += libinstall
iconenginesinstall.path = $$DESTDIR/plugins/iconengines
iconenginesinstall.files = $$[QT_INSTALL_PLUGINS]/iconengines/qsvgicon$${DEBUG_SIGN}.dll
INSTALLS += iconenginesinstall
imageformatsinstall.path = $$DESTDIR/plugins/imageformats
imageformatsinstall.files = $$[QT_INSTALL_PLUGINS]/imageformats/qdds$${DEBUG_SIGN}.dll \
@@ -26,6 +27,8 @@ imageformatsinstall.files = $$[QT_INSTALL_PLUGINS]/imageformats/qdds$${DEBUG_SIG
$$[QT_INSTALL_PLUGINS]/imageformats/qtiff$${DEBUG_SIGN}.dll \
$$[QT_INSTALL_PLUGINS]/imageformats/qwbmp$${DEBUG_SIGN}.dll \
$$[QT_INSTALL_PLUGINS]/imageformats/qwebp$${DEBUG_SIGN}.dll
INSTALLS += imageformatsinstall
platformsinstall.path = $$DESTDIR/plugins/platforms
win32: platformsinstall.files = $$[QT_INSTALL_PLUGINS]/platforms/qwindows$${DEBUG_SIGN}.dll
INSTALLS += platformsinstall