aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-04-13 14:32:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-16 09:18:16 +0200
commit8f87ab452abdc2e2668bdc23fe0cfafb6ec9c1f6 (patch)
tree81bb5a5fd4ec25bfe5e21d75fec20cf743d25319 /src/qmltest
parent73c3f42c664b30324404390c455b72500cc3d7ec (diff)
QmlDebug: Fix qmake warning about declarative_debug
declarative_debug has been deprecated, and replaced by qml_debug. In this case we can anyway use the define directly to avoid the warning on startup. Change-Id: Ia5ce1ecf698d2232ff46533822372f42db0825bd Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/qmltest.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro
index 157cfe97c0..3e3adaba99 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 declarative_debug
+CONFIG += dll warn_on
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 \ No newline at end of file
+DEFINES += QT_BUILD_QUICK_TEST_LIB QT_QML_DEBUG_NO_WARNING \ No newline at end of file