Restore the declarative_debug config for qmltest
authorCharles Yin <charles.yin@nokia.com>
Wed, 4 Apr 2012 00:58:35 +0000 (10:58 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Apr 2012 01:26:58 +0000 (03:26 +0200)
There are some applications need this feature.

Change-Id: I036dd68177b70d334efa4989254b9166d9e41fcc
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/qmltest/qmltest.pro

index 6df36d2..157cfe9 100644 (file)
@@ -4,7 +4,7 @@ TARGET     = QtQuickTest
 QPRO_PWD   = $$PWD
 
 CONFIG += module
-CONFIG += dll warn_on
+CONFIG += dll warn_on declarative_debug
 MODULE_PRI += ../../modules/qt_qmltest.pri
 
 QT +=  testlib testlib-private qml quick  gui
@@ -33,4 +33,4 @@ HEADERS += \
     $$PWD/qtestoptions_p.h
 
 
-DEFINES += QT_BUILD_QUICK_TEST_LIB
+DEFINES += QT_BUILD_QUICK_TEST_LIB
\ No newline at end of file