Fixed compile of tst_qsettings in debug-only mode on Mac, Windows
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 21 Jun 2011 07:34:48 +0000 (09:34 +0200)
committerQt Continuous Integration System <qt-info@nokia.com>
Tue, 21 Jun 2011 09:39:46 +0000 (11:39 +0200)
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>
tests/auto/qsettings/qsettings.pro

index 35bb56c..f15e40b 100644 (file)
@@ -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