forked from qt-creator/qt-creator
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
# This file is part of Qt Creator
|
|
# It enables debugging of Qt Quick applications
|
|
|
|
QT += declarative
|
|
INCLUDEPATH += $$PWD/include
|
|
LIBS += -L$$PWD -lQmlJSDebugger
|