Files
qt-creator/share/qtcreator/qml/qmljsdebugger/qmljsdebugger-lib.pri

14 lines
287 B
Plaintext
Raw Normal View History

# This file is part of Qt Creator
# It enables debugging of Qt Quick applications
QT += declarative script
INCLUDEPATH += $$PWD/include
DEBUGLIB=QmlJSDebugger
CONFIG(debug, debug|release) {
windows:DEBUGLIB = QmlJSDebuggerd
}
LIBS += -L$$PWD -l$$DEBUGLIB
DEFINES += QMLJSDEBUGGER