aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/debugger.pri
blob: 8e29e9fdf656e3d90342039155e6b9e76d6f9788 (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
31
32
SOURCES += \
    $$PWD/qpacketprotocol.cpp \
    $$PWD/qdeclarativedebugservice.cpp \
    $$PWD/qdeclarativedebugclient.cpp \
    $$PWD/qdeclarativeenginedebug.cpp \
    $$PWD/qdeclarativeprofilerservice.cpp \
    $$PWD/qdeclarativedebughelper.cpp \
    $$PWD/qdeclarativedebugserver.cpp \
    $$PWD/qdeclarativeinspectorservice.cpp \
    $$PWD/qv8debugservice.cpp \
    $$PWD/qv8profilerservice.cpp \
    $$PWD/qdeclarativeenginedebugservice.cpp \
    $$PWD/qdebugmessageservice.cpp

HEADERS += \
    $$PWD/qpacketprotocol_p.h \
    $$PWD/qdeclarativedebugservice_p.h \
    $$PWD/qdeclarativedebugservice_p_p.h \
    $$PWD/qdeclarativedebugclient_p.h \
    $$PWD/qdeclarativeenginedebug_p.h \
    $$PWD/qdeclarativeprofilerservice_p.h \
    $$PWD/qdeclarativedebughelper_p.h \
    $$PWD/qdeclarativedebugserver_p.h \
    $$PWD/qdeclarativedebugserverconnection_p.h \
    $$PWD/qdeclarativedebugstatesdelegate_p.h \
    $$PWD/qdeclarativeinspectorservice_p.h \
    $$PWD/qdeclarativeinspectorinterface_p.h \
    $$PWD/qv8debugservice_p.h \
    $$PWD/qv8profilerservice_p.h \
    $$PWD/qdeclarativeenginedebugservice_p.h \
    $$PWD/qdeclarativedebug.h \
    $$PWD/qdebugmessageservice_p.h