Files
qt-creator/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
Kai Koehne 0a8c34d382 QmlApp: Only use QMLJSDEBUGGER define to activate qml debugging
Don't confuse users by two defines they have to comment in when
they just want to 'debug': Instead QMLJSDEBUGGER now activates
both the Js Debugger & and the QmlObserver services. Finetuning
can still be done by using the (undocumented) NO_JSDEBUGGER,
NO_QMLOBSERVER defines.
2010-10-13 16:52:58 +02:00

9 lines
162 B
Prolog

TEMPLATE = lib
CONFIG+=dll
TARGET = QmlJSDebugger
unix:QMAKE_CXXFLAGS_DEBUG += -O3
include(../../../../src/qtcreatorlibrary.pri)
include(qmljsdebugger-lib.pri)