forked from qt-creator/qt-creator
This allows us to enable/disable the experimental observer, independent from the core javascript-debugger functionality. Reviewed-by: Christiaan Janssen
11 lines
183 B
Prolog
11 lines
183 B
Prolog
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
TARGET = QmlJSDebugger
|
|
|
|
DEFINES += QMLOBSERVER
|
|
|
|
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
|
|
|
include(../../../src/qtcreatorlibrary.pri)
|
|
include(qmljsdebugger-lib.pri)
|