aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-04-25 08:40:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-25 13:07:56 +0200
commite1583664fd8a9eb66e37bdd2e1476bbf90383a4c (patch)
tree61096defbf7f6f4a796546c2f3de508181bc8826 /tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
parentb70c84564a135090740d2db98c04bf9ee8a6a4aa (diff)
Debugger: Fix warnings about declarative_debug in autotests
declarative_debug is deprecated and will be removed eventually. Change-Id: I1f5a61c91c25e37ff39e9154bcaa3cd74d60e109 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro')
-rw-r--r--tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
index a83590cf63..2a665a01d0 100644
--- a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
+++ b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
@@ -10,6 +10,6 @@ include(../shared/debugutil.pri)
OTHER_FILES += data/test.qml
-CONFIG += parallel_test declarative_debug
+CONFIG += parallel_test
QT += core qml testlib