QtQuickApp: Remove QMLJSDEBUGGER define from custom .pro file

The qmljsdebugger-lib.pri is only included in 2.2 if the user explicitly
selected it in the Project Settings.

Reviewed-by: Christiaan Janssen
This commit is contained in:
Kai Koehne
2011-03-07 12:21:39 +01:00
parent d00e9b7313
commit 304b3c881c
2 changed files with 2 additions and 4 deletions
@@ -9,3 +9,5 @@ CONFIG(debug, debug|release) {
windows:DEBUGLIB = QmlJSDebuggerd
}
LIBS += -L$$PWD -l$$DEBUGLIB
DEFINES += QMLJSDEBUGGER
@@ -23,10 +23,6 @@ symbian:TARGET.UID3 = 0xE1111234
# NETWORKACCESS #
symbian:TARGET.CAPABILITY += NetworkServices
# Define QMLJSDEBUGGER to allow debugging of QML in debug builds
# (This might significantly increase build time)
# DEFINES += QMLJSDEBUGGER
# If your application uses the Qt Mobility libraries, uncomment the following
# lines and add the respective components to the MOBILITY variable.
# CONFIG += mobility