Skip to content
Snippets Groups Projects
Commit 304b3c88 authored by Kai Koehne's avatar Kai Koehne
Browse files

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
parent d00e9b73
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,5 @@ CONFIG(debug, debug|release) { ...@@ -9,3 +9,5 @@ CONFIG(debug, debug|release) {
windows:DEBUGLIB = QmlJSDebuggerd windows:DEBUGLIB = QmlJSDebuggerd
} }
LIBS += -L$$PWD -l$$DEBUGLIB LIBS += -L$$PWD -l$$DEBUGLIB
DEFINES += QMLJSDEBUGGER
...@@ -23,10 +23,6 @@ symbian:TARGET.UID3 = 0xE1111234 ...@@ -23,10 +23,6 @@ symbian:TARGET.UID3 = 0xE1111234
# NETWORKACCESS # # NETWORKACCESS #
symbian:TARGET.CAPABILITY += NetworkServices 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 # If your application uses the Qt Mobility libraries, uncomment the following
# lines and add the respective components to the MOBILITY variable. # lines and add the respective components to the MOBILITY variable.
# CONFIG += mobility # CONFIG += mobility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment