aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
blob: 3134c79d98dfac3f26b60945d2abc8553d9a16d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INCLUDEPATH += $$PWD

SOURCES += \
    $$PWD/qdeclarativedebuggerstatus.cpp \
    $$PWD/qpacketprotocol.cpp \
    $$PWD/qdeclarativedebugservice.cpp \
    $$PWD/qdeclarativedebugclient.cpp \
    $$PWD/qdeclarativedebug.cpp \
    $$PWD/qdeclarativedebugtrace.cpp \
    $$PWD/qdeclarativedebughelper.cpp \
    $$PWD/qdeclarativedebugserver.cpp \
    $$PWD/qdeclarativeinspectorservice.cpp \
    $$PWD/qjsdebuggeragent.cpp \
    $$PWD/qjsdebugservice.cpp

HEADERS += \
    $$PWD/qdeclarativedebuggerstatus_p.h \
    $$PWD/qpacketprotocol_p.h \
    $$PWD/qdeclarativedebugservice_p.h \
    $$PWD/qdeclarativedebugservice_p_p.h \
    $$PWD/qdeclarativedebugclient_p.h \
    $$PWD/qdeclarativedebug_p.h \
    $$PWD/qdeclarativedebugtrace_p.h \
    $$PWD/qdeclarativedebughelper_p.h \
    $$PWD/qdeclarativedebugserver_p.h \
    $$PWD/qdeclarativedebugserverconnection_p.h \
    $$PWD/qdeclarativeinspectorservice_p.h \
    $$PWD/qdeclarativeinspectorinterface_p.h \
    $$PWD/qjsdebuggeragent_p.h \
    $$PWD/qjsdebugservice_p.h