From: Rohan McGovern Date: Tue, 21 Jun 2011 07:34:48 +0000 (+0200) Subject: Fixed compile of tst_qsettings in debug-only mode on Mac, Windows X-Git-Tag: qt-v5.0.0-alpha1~4169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84d0a2cc8ef0fbd58387b71ec53af25072d9ae90;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/qsettings/qsettings.pro b/tests/auto/qsettings/qsettings.pro index 35bb56c..f15e40b 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