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>
bb10
Rohan McGovern 2011-06-21 09:34:48 +02:00 committed by Qt Continuous Integration System
parent fa2bb6ab64
commit 84d0a2cc8e
1 changed files with 0 additions and 2 deletions

View 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