forked from qt-creator/qt-creator
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:
@@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = %ProjectName%
|
TARGET = %ProjectName%
|
||||||
QT += qml quick
|
QT += qml quick
|
||||||
CONFIG += qt plugin c++11
|
CONFIG += plugin c++11
|
||||||
|
|
||||||
TARGET = $$qtLibraryTarget($$TARGET)
|
TARGET = $$qtLibraryTarget($$TARGET)
|
||||||
uri = %Uri%
|
uri = %Uri%
|
||||||
|
Reference in New Issue
Block a user