aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
blob: 6f976e149eee9810fb431a8f1199e66c350e6b65 (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
qtConfig(qml-debug) {
    HEADERS += \
        $$PWD/qqmlabstractprofileradapter_p.h \
        $$PWD/qqmlconfigurabledebugservice_p.h \
        $$PWD/qqmldebugpluginmanager_p.h \
        $$PWD/qqmldebugservice_p.h \
        $$PWD/qqmldebugservicefactory_p.h \
        $$PWD/qqmldebugserver_p.h \
        $$PWD/qqmldebugserverconnection_p.h \
        $$PWD/qqmlprofilerdefinitions_p.h

    SOURCES += \
        $$PWD/qqmldebug.cpp \
        $$PWD/qqmldebugconnector.cpp \
        $$PWD/qqmldebugservice.cpp \
        $$PWD/qqmlabstractprofileradapter.cpp \
        $$PWD/qqmlprofiler.cpp \
        $$PWD/qqmldebugserver.cpp \
        $$PWD/qqmldebugserviceinterfaces.cpp
}

HEADERS += \
    $$PWD/qqmldebugconnector_p.h \
    $$PWD/qqmldebugserviceinterfaces_p.h \
    $$PWD/qqmldebugstatesdelegate_p.h \
    $$PWD/qqmldebug.h \
    $$PWD/qqmlprofiler_p.h

INCLUDEPATH += $$PWD