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

OTHER_FILES += \
    qquickprofileradapter.json