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:
parent
a3a1fea094
commit
2f105af8de
@ -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!")
|
||||
|
1
mkspecs/features/quick1_debug.prf
Normal file
1
mkspecs/features/quick1_debug.prf
Normal file
@ -0,0 +1 @@
|
||||
DEFINES += QT_DECLARATIVE_DEBUG
|
Loading…
Reference in New Issue
Block a user