summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-12 14:09:56 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-13 09:07:10 +0100
commitaa9d789c267ba8610e965b8a1eff3a390b14c6e1 (patch)
tree4697c3fe48cf1047cd0ea8976177d3a9aa32280f /tools
parentec34cc43913ce0ae8e25aa0fda8df6949795768c (diff)
Fix qmake warning about "Redunant entry in QTPLUGIN"
In qtbase commit 4255ba40ab073af (Qt 5.3.0 and newer) the plugins are added automatically, based on the Qt module one links against. Therefore just remove the QTPLUGIN line (similar to commit 807de07). Change-Id: I776627639fa30a289daafa38dd42835a6b7f53e1 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index de3a2e42f..248c2439b 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -5,7 +5,6 @@ INCLUDEPATH += . .. rcc ../common
include(../../installerfw.pri)
QT -= gui
-QTPLUGIN += qico
QT += qml xml
!minQtVersion(5,4,0): QTPLUGIN += qtaccessiblewidgets