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>bb10
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!")
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
DEFINES += QT_DECLARATIVE_DEBUG
|
||||
Loading…
Reference in New Issue