aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:22:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 21:58:29 +0100
commit71dc4d2e8279d3e459e5593f8b6b489612403c5e (patch)
tree12072730606b36992efd79d2353765d887110e88 /tests
parentb5b46f398c1a04ab443bf22ec08c5efbf72c161e (diff)
remove some unnecessary CONFIG additions
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltest/qmltest.pro2
-rw-r--r--tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro2
-rw-r--r--tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
index 7c95104eed..0a7967654c 100644
--- a/tests/auto/qmltest/qmltest.pro
+++ b/tests/auto/qmltest/qmltest.pro
@@ -1,6 +1,6 @@
TEMPLATE=app
TARGET=tst_qmltest
-CONFIG += warn_on qmltestcase
+CONFIG += qmltestcase
SOURCES += tst_qmltest.cpp
diff --git a/tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro b/tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
index c71903a195..b5e03ee620 100644
--- a/tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
+++ b/tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
@@ -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
diff --git a/tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro b/tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro
index 01c3a5eb02..a164de735a 100644
--- a/tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro
+++ b/tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro
@@ -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/*