summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:17:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-17 14:08:17 +0100
commit09331062bb705e5778f346b701a38454905ec1e0 (patch)
treeb8d40c24d41a28ce6278ab9e4cbcfdc98b78d030 /tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
parentdcfa8926ff4b4db2290d819420c29480dab611b1 (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: Ic00e0ba496d698ed9659c476f2ca99fc0f86a093 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro b/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
index bc239ad1a8..c04ed05ff3 100644
--- a/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
+++ b/tests/auto/tools/qmake/testdata/simple_lib/simple_lib.pro
@@ -1,5 +1,5 @@
TEMPLATE = lib
-CONFIG += qt warn_on release staticlib
+CONFIG += release staticlib
CONFIG -= dll
HEADERS = simple.h