Enable QML debugging of qtquick1 with CONFIG+=quick1
authorKai Koehne <kai.koehne@nokia.com>
Wed, 2 May 2012 10:02:52 +0000 (12:02 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 2 May 2012 10:21:55 +0000 (12:21 +0200)
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>
mkspecs/features/declarative_debug.prf
mkspecs/features/quick1_debug.prf [new file with mode: 0644]

index 9125fcf..94c94cf 100644 (file)
@@ -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 (file)
index 0000000..59e45f6
--- /dev/null
@@ -0,0 +1 @@
+DEFINES += QT_DECLARATIVE_DEBUG