aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-02 12:53:51 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-08-02 15:40:35 +0200
commitad3b92b1f4abb8cd0e28cf7951007ab707d612fc (patch)
tree09b1b9dba054c69542f36043da5990af46d4829b /share
parent6d90cabe7ff40fac451864448bbaebd60adae969 (diff)
QtQuickApp template: Don't enable qml debugging for every debug build
This can be confusing, since there is also the switch in the qmake step, which is on by default for debug builds too. However, if one disables it you expect that debugging has in fact been disabled. Change-Id: Ia15cf1e245311fd97dcbaef3533a077fc8da25d2 Reviewed-on: http://codereview.qt.nokia.com/2511 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri
index 29006f5a794..6704a74c1b1 100644
--- a/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri
+++ b/share/qtcreator/templates/qtquickapp/qmlapplicationviewer/qmlapplicationviewer.pri
@@ -5,7 +5,6 @@
# may offer an updated version of it.
QT += declarative
-CONFIG(debug, debug|release):CONFIG += declarative_debug
SOURCES += $$PWD/qmlapplicationviewer.cpp
HEADERS += $$PWD/qmlapplicationviewer.h