summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
blob: f7585e1478bc23f300aa0e5e518e11784ec2719d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is part of Qt Creator
# It enables debugging of Qt Quick applications 

TEMPLATE = lib
CONFIG += staticlib create_prl
QT += declarative script

DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB

unix:QMAKE_CXXFLAGS_DEBUG += -O3

DESTDIR = $$PWD
TARGET=QmlJSDebugger
CONFIG(debug, debug|release) {
   windows:TARGET=QmlJSDebuggerd
}

include(qmljsdebugger-src.pri)