Imported Upstream version 1.0.1
[gammaray-debian.git] / qmldebugcontrol / qmljsdebugger / qmljsdebugger.pro
bloba6d841e1f7731c03954c73c9351ce6a30613a67e
1 # This file is part of Qt Creator
2 # It enables debugging of Qt Quick applications
4 TEMPLATE = lib
5 CONFIG += staticlib
6 QT += declarative script
8 DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB
10 unix:QMAKE_CXXFLAGS_DEBUG += -O3
12 DESTDIR = $$PWD
13 TARGET=QmlJSDebugger
14 CONFIG(debug, debug|release) {
15 windows:TARGET=QmlJSDebuggerd
18 include(qmljsdebugger-src.pri)