From 84d0a2cc8ef0fbd58387b71ec53af25072d9ae90 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 21 Jun 2011 09:34:48 +0200 Subject: [PATCH] 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 --- tests/auto/qsettings/qsettings.pro | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4