aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qml/qml.pri
blob: 7a76d64e6ced3299fb1c4f0d72f9dabcfeaab9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS += \
    $$PWD/qmlengine.h \
    $$PWD/qmlengineutils.h \
    $$PWD/qmlcppengine.h \
    $$PWD/interactiveinterpreter.h \
    $$PWD/qmlv8debuggerclientconstants.h \
    $$PWD/qmlinspectoragent.h

SOURCES += \
    $$PWD/qmlengine.cpp \
    $$PWD/qmlengineutils.cpp \
    $$PWD/qmlcppengine.cpp \
    $$PWD/interactiveinterpreter.cpp \
    $$PWD/qmlinspectoragent.cpp