summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2014-06-19 23:36:50 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-20 11:21:59 +0200
commit24a8b200f49d06a75aaf311328f46d578f74b404 (patch)
treec1a21d36b35d61b60273b3d8b3e06eb30f2bc5b6 /tools
parentf243f60e99d30c2b02e6095b9ce334d895ffc7ee (diff)
binarycreator: add qico and qtaccessiblewidgets as QTPLUGINs
Commit 807de076f4fee6c relies on the autoplugs mechanism (added in qtbase commit 4255ba40ab073af) to add the needed statically linked plugins; however because binarycreator is a console app it doesn't depend on gui (QT -= gui) this mechanism fails to add the plugins. Change-Id: If96b0e2c03d229ad1026602b8e8117babda03481 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index 674fbdbe8..7492647fb 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -5,11 +5,11 @@ INCLUDEPATH += . .. rcc ../common
include(../../installerfw.pri)
QT -= gui
+QTPLUGIN += qico qtaccessiblewidgets
QT += qml xml
CONFIG += console
DESTDIR = $$IFW_APP_PATH
-
SOURCES = binarycreator.cpp \
rcc/rcc.cpp \
rcc/rccmain.cpp \