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>
This commit is contained in:
Kai Koehne 2012-05-02 12:02:52 +02:00 committed by Qt by Nokia
parent a3a1fea094
commit 2f105af8de
2 changed files with 2 additions and 1 deletions

View 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!")

View File

@ -0,0 +1 @@
DEFINES += QT_DECLARATIVE_DEBUG