summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-11 11:26:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-12 08:31:17 +0100
commitb4d9bca4f02fc521ef2f5b78c8f617b959fc709d (patch)
treead5b4f4dae32fe2be24dc83b16e48acf87df4848
parent1319bd48c8c21e1fadaf572f8f39528f52672035 (diff)
Fix CONFIG+=declarative_debug if declarative is implicitly added
Change 1fb5600c5eb2ee2af8a766dea5b325aee6dd43b4 already added declarative-debug as a way to include declarative, but nowadays there's also qquick, and qquick-private ... Just always set the define. The user has choosen to write CONFIG+=declarative_debug in the first place and an additional define if declarative isn't used does no harm. Change-Id: Ica6142e70b12950fc1d9e0bf7b94f747c843a17f Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
-rw-r--r--mkspecs/features/declarative_debug.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/declarative_debug.prf b/mkspecs/features/declarative_debug.prf
index 7a9ba9adf7..59e45f662f 100644
--- a/mkspecs/features/declarative_debug.prf
+++ b/mkspecs/features/declarative_debug.prf
@@ -1 +1 @@
-contains(QT, declarative)|contains(QT, declarative-private):DEFINES += QT_DECLARATIVE_DEBUG
+DEFINES += QT_DECLARATIVE_DEBUG