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

9 lines
207 B
Plaintext
Raw Normal View History

# This file is part of Qt Creator
# It enables debugging of Qt Quick applications
INCLUDEPATH += $$PWD/include
DEPENDPATH += $PPWD/include
QT += declarative script
LIBS *= -l$$qtLibraryName(QmlJSDebugger)