summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-08-12 08:46:38 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-08-12 08:46:38 +1000
commitc74489031684a77bdec5f009e234cbec4497cd0d (patch)
treecd7f97af698bd30ff2a48156573f4a6cafd3998d /src/testlib
parent56396b4b2b66da3133aff1b3864c550ce892d233 (diff)
Fixed linking against libQtTest on Mac.
Fixes: `ld: framework not found QtTest' testlib was forcing CONFIG+=debug, which caused only the QtTest_debug variant of the framework to be produced on Mac. Qt libraries shouldn't force release or debug at this level.
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/testlib.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index 6bb049211c..a8186d820e 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -1,7 +1,6 @@
TARGET = QtTest
QPRO_PWD = $$PWD
QT = core
-CONFIG += debug
INCLUDEPATH += .
unix:!embedded:QMAKE_PKGCONFIG_DESCRIPTION = Qt \
Unit \