summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2012-03-12 23:52:36 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-12 23:52:36 +0100
commite104fe7266fa31b6d73f518ee57bfe584f88faac (patch)
tree25af68cb59a902381c722e9098ee46e9b5b98134 /tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
parente57e2f3e32cca2bf592a49cd62eaf567f3795c30 (diff)
parentd5098f2802255da10b749b93705084ad1fdfc6a5 (diff)
Merge "Merge remote-tracking branch 'origin/master' into api_changes" into refs/staging/api_changes
Diffstat (limited to 'tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro')
-rw-r--r--tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro b/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
index 9af38ecce6..09c18d1631 100644
--- a/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
+++ b/tests/auto/tools/qmake/testdata/simple_dll/simple_dll.pro
@@ -12,8 +12,3 @@ MOC_DIR = tmp
OBJECTS_DIR = tmp
TARGET = simple_dll
DESTDIR = ./
-
-infile($(QTDIR)/.qmake.cache, CONFIG, debug):CONFIG += debug
-infile($(QTDIR)/.qmake.cache, CONFIG, release):CONFIG += release
-
-