aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
blob: 2545c7836d6933aeb74049ed272230eb5f25f224 (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
33
34
35
36
37
38
39
40
41
SOURCES += \
    $$PWD/qqmldebugservice.cpp \
    $$PWD/qqmlprofilerservice.cpp \
    $$PWD/qqmldebugserver.cpp \
    $$PWD/qqmlinspectorservice.cpp \
    $$PWD/qqmlenginedebugservice.cpp \
    $$PWD/qdebugmessageservice.cpp \
    $$PWD/qv4debugservice.cpp \
    $$PWD/qqmlconfigurabledebugservice.cpp \
    $$PWD/qqmlenginecontrolservice.cpp \
    $$PWD/qqmlabstractprofileradapter.cpp \
    $$PWD/qv4profileradapter.cpp \
    $$PWD/qqmlprofiler.cpp

HEADERS += \
    $$PWD/qqmldebugservice_p.h \
    $$PWD/qqmldebugservice_p_p.h \
    $$PWD/qqmlprofilerservice_p.h \
    $$PWD/qqmldebugserver_p.h \
    $$PWD/qqmldebugserverconnection_p.h \
    $$PWD/qqmldebugstatesdelegate_p.h \
    $$PWD/qqmlinspectorservice_p.h \
    $$PWD/qqmlinspectorinterface_p.h \
    $$PWD/qqmlenginedebugservice_p.h \
    $$PWD/qqmldebug.h \
    $$PWD/qdebugmessageservice_p.h \
    $$PWD/qv4debugservice_p.h \
    $$PWD/qqmlconfigurabledebugservice_p.h \
    $$PWD/qqmlconfigurabledebugservice_p_p.h \
    $$PWD/qqmlenginecontrolservice_p.h \
    $$PWD/qqmlprofilerdefinitions_p.h \
    $$PWD/qqmlabstractprofileradapter_p.h \
    $$PWD/qv4profileradapter_p.h \
    $$PWD/qqmlprofiler_p.h

INCLUDEPATH += $$PWD

!contains(DEFINES, QT_QML_NO_DEBUGGER): static {
    DEFINES += QML_DEBUGGER_EMBED
    include(../../plugins/qmltooling/qmldbg_tcp/qmldbg_tcp.pri)
}