From c1e600a41dd8454a2a3275e95d6ab2b5a4bf6438 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Fri, 2 Sep 2016 15:48:16 +0200 Subject: 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 --- share/qtcreator/templates/wizards/qtquick2-extension/project.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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% -- cgit v1.2.1