summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-06-30 14:10:55 +0200
committerKai Koehne <kai.koehne@digia.com>2014-06-30 14:53:15 +0200
commit8351ffe23c7fd630f9a15baaea1353971e809d21 (patch)
treeb325739fd778001da0131aa0664a0db947cfb08a /tools
parent62704a673a4eb4c196efdec26bcf7c1da28fd2df (diff)
Fix build with Qt 5.4.0 or newer
qtaccessiblewidgets plugin got removed in Qt 5.4.0. Change-Id: I597c8aabea7d3548851136263f8d77bbd439baba Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index 7492647fb..de3a2e42f 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -5,9 +5,11 @@ INCLUDEPATH += . .. rcc ../common
include(../../installerfw.pri)
QT -= gui
-QTPLUGIN += qico qtaccessiblewidgets
+QTPLUGIN += qico
QT += qml xml
+!minQtVersion(5,4,0): QTPLUGIN += qtaccessiblewidgets
+
CONFIG += console
DESTDIR = $$IFW_APP_PATH
SOURCES = binarycreator.cpp \