From 2c741bc8af46aa26ec9a61bc996bb0de2e409943 Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Wed, 4 Apr 2012 10:58:35 +1000 Subject: Restore the declarative_debug config for qmltest There are some applications need this feature. Change-Id: I036dd68177b70d334efa4989254b9166d9e41fcc Reviewed-by: Michael Brasser --- src/qmltest/qmltest.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmltest') diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro index 6df36d20cb..157cfe97c0 100644 --- a/src/qmltest/qmltest.pro +++ b/src/qmltest/qmltest.pro @@ -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 -- cgit v1.2.3