remove some unnecessary CONFIG additions
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 14 Dec 2012 18:22:13 +0000 (19:22 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 16 Dec 2012 20:58:29 +0000 (21:58 +0100)
qt is already added by spec_pre.prf, warn_on by default_pre.prf and dll
by qt_module.prf.

Change-Id: I449e49275622bac39b7d76af8855c417ddce21e9
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
13 files changed:
examples/qml/plugins/plugins.pro
examples/quick/customitems/painteditem/painteditem.pro
examples/quick/imageprovider/imageprovider.pro
examples/quick/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro
examples/quick/window/window/window.pro
src/particles/particles.pro
src/qmltest/qmltest.pro
src/quick/quick.pro
tests/auto/qmltest/qmltest.pro
tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro

index 6f8cb37..d86df72 100644 (file)
@@ -1,5 +1,5 @@
 TEMPLATE = lib
-CONFIG += qt plugin
+CONFIG += plugin
 QT += qml
 
 DESTDIR = imports/TimeExample
index 8f94a0c..77e4d14 100644 (file)
@@ -1,5 +1,5 @@
 TEMPLATE = lib
-CONFIG += qt plugin
+CONFIG += plugin
 QT += qml quick
 
 TARGET = qmltextballoonplugin
index 8f3e5d2..5567a2d 100644 (file)
@@ -1,5 +1,5 @@
 TEMPLATE = lib
-CONFIG += qt plugin
+CONFIG += plugin
 QT += qml quick
 
 DESTDIR = ImageProviderCore
index 6df7ce8..e62decb 100644 (file)
@@ -1,5 +1,4 @@
 TEMPLATE = app
-CONFIG += qt
 QT += qml
 
 SOURCES += window.cpp
index de855fa..632856c 100644 (file)
@@ -1,6 +1,6 @@
 TARGET = QtQuickParticles
 
-CONFIG += dll warn_on internal_module
+CONFIG += internal_module
 
 QT = core-private gui-private qml-private quick-private
 QT_PRIVATE = v8-private
index 3fa9561..8864f1c 100644 (file)
@@ -1,5 +1,4 @@
 TARGET     = QtQuickTest
-CONFIG += dll warn_on
 
 DEFINES += QT_NO_URL_CAST_FROM_STRING
 QT = core
index 3eece29..c4fceac 100644 (file)
@@ -1,7 +1,5 @@
 TARGET = QtQuick
 
-CONFIG += dll warn_on
-
 QT = core-private gui-private qml-private
 QT_PRIVATE = v8-private network
 
index 7c95104..0a79676 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE=app
 TARGET=tst_qmltest
-CONFIG += warn_on qmltestcase
+CONFIG += qmltestcase
 SOURCES += tst_qmltest.cpp
 
 
index c71903a..b5e03ee 100644 (file)
@@ -2,7 +2,7 @@ QT += core-private gui-private qml-private
 TEMPLATE=app
 TARGET=tst_qquickanimationcontroller
 
-CONFIG += warn_on qmltestcase
+CONFIG += qmltestcase
 CONFIG += parallel_test
 SOURCES += tst_qquickanimationcontroller.cpp
 
index 01c3a5e..a164de7 100644 (file)
@@ -2,7 +2,7 @@ QT += core-private gui-private qml-private
 TEMPLATE=app
 TARGET=tst_qquickcanvasitem
 
-CONFIG += warn_on qmltestcase
+CONFIG += qmltestcase
 SOURCES += tst_qquickcanvasitem.cpp
 
 TESTDATA = data/*