summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-05-02 12:02:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-02 12:21:55 +0200
commit2f105af8deae483e116bc512c5f1eceed22fd0d7 (patch)
treef70d40c406c056422eaba48591ed17b8c083d9ad /mkspecs
parenta3a1fea094434e29c362caba711c7d9883461792 (diff)
Enable QML debugging of qtquick1 with CONFIG+=quick1
Make the option name align with the name of the module. Change-Id: I29a822b55b3cb52a51592aa2bd0746a53bfe44b9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/declarative_debug.prf2
-rw-r--r--mkspecs/features/quick1_debug.prf1
2 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/features/declarative_debug.prf b/mkspecs/features/declarative_debug.prf
index 9125fcf33f..94c94cfb57 100644
--- a/mkspecs/features/declarative_debug.prf
+++ b/mkspecs/features/declarative_debug.prf
@@ -1,2 +1,2 @@
DEFINES += QT_DECLARATIVE_DEBUG
-warning("CONFIG+=declarative_debug is deprecated. Use qml_debug instead!")
+warning("CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!")
diff --git a/mkspecs/features/quick1_debug.prf b/mkspecs/features/quick1_debug.prf
new file mode 100644
index 0000000000..59e45f662f
--- /dev/null
+++ b/mkspecs/features/quick1_debug.prf
@@ -0,0 +1 @@
+DEFINES += QT_DECLARATIVE_DEBUG