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

8 lines
179 B
Plaintext
Raw Normal View History

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