aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_profiler/qmldbg_profiler.pro
blob: 4629a7b81e1e0dceb73f569a1f98a5ad30741598 (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
TARGET = qmldbg_profiler
QT = qml-private core-private packetprotocol-private

SOURCES += \
    $$PWD/qqmlenginecontrolservice.cpp \
    $$PWD/qqmlprofileradapter.cpp \
    $$PWD/qqmlprofilerservice.cpp \
    $$PWD/qqmlprofilerservicefactory.cpp \
    $$PWD/qv4profileradapter.cpp

HEADERS += \
    $$PWD/../shared/qqmlconfigurabledebugservice.h \
    $$PWD/../shared/qqmldebugpacket.h \
    $$PWD/qqmlenginecontrolservice.h \
    $$PWD/qqmlprofileradapter.h \
    $$PWD/qqmlprofilerservice.h \
    $$PWD/qqmlprofilerservicefactory.h \
    $$PWD/qv4profileradapter.h

INCLUDEPATH += $$PWD \
    $$PWD/../shared

OTHER_FILES += \
    $$PWD/qqmlprofilerservice.json

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QQmlProfilerServiceFactory
load(qt_plugin)