forked from qt-creator/qt-creator
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.
9 lines
162 B
Prolog
9 lines
162 B
Prolog
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
TARGET = QmlJSDebugger
|
|
|
|
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
|
|
|
include(../../../../src/qtcreatorlibrary.pri)
|
|
include(qmljsdebugger-lib.pri)
|