summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2016-09-02 15:48:16 +0200
committerAndy Shaw <andy.shaw@qt.io>2016-10-24 08:52:39 +0000
commitc1e600a41dd8454a2a3275e95d6ab2b5a4bf6438 (patch)
treef5aaa5fb71d84bc187a934c79d68a3d2db418a37 /share
parent1c90a9631b6f2c16131544466aabd52d272ea3cf (diff)
downloadqt-creator-c1e600a41dd8454a2a3275e95d6ab2b5a4bf6438.tar.gz
Remove the qt keyword from CONFIG
This is already implicitly included, however since the placement of it can interfere with the qtquickcompiler, it should be removed. Change-Id: I270fa0093ad8a7739f4f25bbef477560003e2d01 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/qtquick2-extension/project.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/project.pro b/share/qtcreator/templates/wizards/qtquick2-extension/project.pro
index cd8c68954c..36df40ced9 100644
--- a/share/qtcreator/templates/wizards/qtquick2-extension/project.pro
+++ b/share/qtcreator/templates/wizards/qtquick2-extension/project.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = %ProjectName%
QT += qml quick
-CONFIG += qt plugin c++11
+CONFIG += plugin c++11
TARGET = $$qtLibraryTarget($$TARGET)
uri = %Uri%