diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-04-18 15:20:49 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2011-05-04 13:48:46 (GMT) |
commit | 5517cc588c39814530b8bfd957821f55be42acf2 (patch) | |
tree | bc90711b251831aacc75764f528560ccf48e9f7a /mkspecs | |
parent | 35faeb205843c4f0b921d2b878d2d24962c64664 (diff) | |
download | Qt-5517cc588c39814530b8bfd957821f55be42acf2.zip Qt-5517cc588c39814530b8bfd957821f55be42acf2.tar.gz Qt-5517cc588c39814530b8bfd957821f55be42acf2.tar.bz2 |
Introduced a CONFIG option that enables declarative debug services
This replaces the need for applications to explicitly make a call to
enable the debug services, and rather does it in declarative.h when the
'declarative_debug' CONFIG option is used.
Done-with: Kai Koehne
Change-Id: I817f22a4ec9226a1ee2d080c1f5bb75d8599a06e
Reviewed-by: Martin Jones
Reviewed-by: Michael Brasser
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/declarative_debug.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/declarative_debug.prf b/mkspecs/features/declarative_debug.prf new file mode 100644 index 0000000..b0248f0 --- /dev/null +++ b/mkspecs/features/declarative_debug.prf @@ -0,0 +1 @@ +contains(QT, declarative):DEFINES += QT_DECLARATIVE_DEBUG |