summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:23:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 21:59:30 +0100
commitcd83f1d448335d2db63223372c133d45161e3af4 (patch)
tree6dd0c64a61ef41284a4c7d42ad8059c80b808fc4 /tests
parent6dd9a71d9ccb5873f29c1821924220bc1635db45 (diff)
remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf, warn_on and depend_includepath by default_pre.prf. Change-Id: Ia5b5814999d7c75e6ffaf94768b3ccff52d0aeea Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pri b/tests/auto/auto.pri
index cbff713..7794a82 100644
--- a/tests/auto/auto.pri
+++ b/tests/auto/auto.pri
@@ -1,4 +1,4 @@
TEMPLATE = app
-CONFIG += qt warn_on console depend_includepath testcase
+CONFIG += console testcase
QT += testlib docgallery