aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_quickprofiler/qmldbg_quickprofiler.pro
blob: 6ca0a184ca1d905fda5fadf1bc0223f981904fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qmldbg_quickprofiler
QT    += qml-private quick-private core-private packetprotocol-private

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QQuickProfilerAdapterFactory
load(qt_plugin)

INCLUDEPATH += $$PWD/../shared

SOURCES += \
    $$PWD/qquickprofileradapter.cpp \
    $$PWD/qquickprofileradapterfactory.cpp

HEADERS += \
    $$PWD/qquickprofileradapter.h \
    $$PWD/qquickprofileradapterfactory.h \
    $$PWD/../shared/qqmldebugpacket.h

OTHER_FILES += \
    qquickprofileradapter.json