summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:25:52 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-12-16 22:00:48 +0100
commit0ad2be463848898235abd8ebeebc076042cf398f (patch)
treef29c0fbb095d3748cd1f2ec2882cc701d3ca134a
parenta9301a2476122ed364fb453f845580cd183f51eb (diff)
downloadqtlocation-0ad2be463848898235abd8ebeebc076042cf398f.tar.gz
remove some unnecessary CONFIG additions
warn_on is already added by default_pre.prf. Change-Id: I1c39f83f6465553760f0d1e4d91e63e5f88edaa3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--tests/auto/declarative_core/declarative_core.pro2
-rw-r--r--tests/auto/declarative_ui/declarative_ui.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/declarative_core.pro b/tests/auto/declarative_core/declarative_core.pro
index a1b32ba4..34f54b2a 100644
--- a/tests/auto/declarative_core/declarative_core.pro
+++ b/tests/auto/declarative_core/declarative_core.pro
@@ -3,7 +3,7 @@
TEMPLATE = app
TARGET = tst_declarative_core
-CONFIG += warn_on qmltestcase
+CONFIG += qmltestcase
SOURCES += main.cpp
QT += location quick
diff --git a/tests/auto/declarative_ui/declarative_ui.pro b/tests/auto/declarative_ui/declarative_ui.pro
index fc2358b9..4f0b2a9b 100644
--- a/tests/auto/declarative_ui/declarative_ui.pro
+++ b/tests/auto/declarative_ui/declarative_ui.pro
@@ -3,7 +3,7 @@
TEMPLATE = app
TARGET = tst_declarative_ui
-!no_ui_tests:CONFIG += warn_on qmltestcase
+!no_ui_tests:CONFIG += qmltestcase
SOURCES += main.cpp
QT += location quick