summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/declarative_debug.prf
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2011-04-18 17:20:49 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-02 08:23:08 +0200
commitc8ee59952a050506dfebe939c04af2e67aaee849 (patch)
tree418cf9501dc4f272270133a4606945df281965b3 /mkspecs/features/declarative_debug.prf
parent95d9a0c25c207c7dfc5fa228e90a2eb873b2ecbc (diff)
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 Reviewed-by: Martin Jones Reviewed-by: Michael Brasser (cherry-picked from commit 5517cc588c39814530b8bfd957821f55be42acf2) Change-Id: If180d2b826879d6d02c7be4d3075917815ccf349 Reviewed-on: http://codereview.qt.nokia.com/2435 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'mkspecs/features/declarative_debug.prf')
-rw-r--r--mkspecs/features/declarative_debug.prf1
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 0000000000..b0248f0ac3
--- /dev/null
+++ b/mkspecs/features/declarative_debug.prf
@@ -0,0 +1 @@
+contains(QT, declarative):DEFINES += QT_DECLARATIVE_DEBUG