aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofilerextension/qmlprofilerextension.pro
blob: bfe0d5996f0d2fb610b1089772774c4545b60d56 (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
29
30
31
32
33
34
35
include(../../qtcreatorplugin.pri)

QT += qml quick quickwidgets

DEFINES += QMLPROFILEREXTENSION_LIBRARY

# QmlProfilerExtension files

SOURCES += qmlprofilerextensionplugin.cpp \
        scenegraphtimelinemodel.cpp \
        pixmapcachemodel.cpp \
        memoryusagemodel.cpp \
        inputeventsmodel.cpp \
        debugmessagesmodel.cpp \
        flamegraphmodel.cpp \
        flamegraphview.cpp \
        flamegraph.cpp

HEADERS += qmlprofilerextensionplugin.h \
        qmlprofilerextension_global.h \
        qmlprofilerextensionconstants.h \
        scenegraphtimelinemodel.h \
        pixmapcachemodel.h \
        memoryusagemodel.h \
        inputeventsmodel.h \
        debugmessagesmodel.h \
        flamegraphmodel.h \
        flamegraphview.h \
        flamegraph.h

OTHER_FILES += \
    QmlProfilerExtension.json.in

RESOURCES += \
    flamegraph.qrc