summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-08 18:03:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-22 01:56:00 +0100
commit0828bf653e0d7e6c6f455583370b993db62b859b (patch)
treefe39acb141cae4067a6b19c28fa042d5dccbfdb3 /tools
parent9183957619ede36af59bc058898b98c95c66967e (diff)
Use the declarative_debug config option to enable debug.
There doesn't appear to be any straightforward way to install additional prf files to qtbase and declarative_debug.prf is identical to quick1_debug and already present in the qtbase repo. Change-Id: I8332e22f4039c7de18fedb21fe951ff19611ea13 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 74e314f4..789d1a99 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG += qt uic quick1_debug quick1
+CONFIG += qt uic declarative_debug quick1
DESTDIR = $$QT.quick1.bins
include(qml.pri)