summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
blob: 261b2ff7118fbe81fae3aba49812673c6bb6c5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDEPATH += $$PWD

SOURCES += \
    $$PWD/qmldebuggerstatus.cpp \
    $$PWD/qpacketprotocol.cpp \
    $$PWD/qmldebugservice.cpp \
    $$PWD/qmldebugclient.cpp \
    $$PWD/qmldebug.cpp

HEADERS += \
    $$PWD/qmldebuggerstatus_p.h \
    $$PWD/qpacketprotocol_p.h \
    $$PWD/qmldebugservice_p.h \
    $$PWD/qmldebugclient_p.h \
    $$PWD/qmldebug_p.h