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
parent
fa2bb6ab64
commit
84d0a2cc8e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue