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>
This commit is contained in:
Andy Shaw
2016-09-02 15:48:16 +02:00
parent 1c90a9631b
commit c1e600a41d

View File

@@ -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%