aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
blob: 30a44eedd1b7002eaf945778b6c75d956c5f6099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
contains(QT_CONFIG, no-qml-debug):DEFINES += QT_NO_QML_DEBUGGER

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

HEADERS += \
    $$PWD/qqmldebugconnector_p.h \
    $$PWD/qqmldebugpluginmanager_p.h \
    $$PWD/qqmldebugservice_p.h \
    $$PWD/qqmldebugservicefactory_p.h \
    $$PWD/qqmldebugserviceinterfaces_p.h \
    $$PWD/qqmldebugstatesdelegate_p.h \
    $$PWD/qqmldebug.h \
    $$PWD/qqmlprofilerdefinitions_p.h \
    $$PWD/qqmlabstractprofileradapter_p.h \
    $$PWD/qqmlprofiler_p.h

INCLUDEPATH += $$PWD