From c74489031684a77bdec5f009e234cbec4497cd0d Mon Sep 17 00:00:00 2001
From: Rohan McGovern <rohan.mcgovern@nokia.com>
Date: Thu, 12 Aug 2010 08:46:38 +1000
Subject: 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.
---
 src/testlib/testlib.pro | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index 6bb0492..a8186d8 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 \
-- 
cgit v0.12