summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsettings
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-06-21 09:34:48 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-06-21 11:39:46 +0200
commit84d0a2cc8ef0fbd58387b71ec53af25072d9ae90 (patch)
tree875966626f68a71dcb1677d54241d2965f2f974d /tests/auto/qsettings
parentfa2bb6ab6412dd360ff9dfb890ace2f51e0eef86 (diff)
Fixed compile of tst_qsettings in debug-only mode on Mac, Windows
This test was forcing on release mode, which does not work if the user requested to build Qt in debug mode only, and this affects the library name (as on Mac and Windows). Change-Id: I11111c0ffee11111111111111111111111111111 Reviewed-on: http://codereview.qt.nokia.com/532 Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
Diffstat (limited to 'tests/auto/qsettings')
-rw-r--r--tests/auto/qsettings/qsettings.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qsettings/qsettings.pro b/tests/auto/qsettings/qsettings.pro
index 35bb56cc98..f15e40b267 100644
--- a/tests/auto/qsettings/qsettings.pro
+++ b/tests/auto/qsettings/qsettings.pro
@@ -5,8 +5,6 @@ QT += core-private
SOURCES += tst_qsettings.cpp
RESOURCES += qsettings.qrc
-CONFIG -= debug
-CONFIG += release
win32-msvc*:LIBS += advapi32.lib
CONFIG += parallel_test