aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_profiler/qmldbg_profiler.pro
blob: ac874b079e67f01be97d283ca675a4b03278b5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/qqmlenginecontrolservice.h \
    $$PWD/qqmlprofileradapter.h \
    $$PWD/qqmlprofilerservice.h \
    $$PWD/qqmlprofilerservicefactory.h \
    $$PWD/qv4profileradapter.h

OTHER_FILES += \
    $$PWD/qqmlprofilerservice.json

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QQmlProfilerServiceFactory
load(qt_plugin)