aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofilerextension/qmlprofilerextension.pro
blob: e1282d0ace4ddcf6b22b58530d0d77fc6aea8596 (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 = QmlProfilerExtension
TEMPLATE = lib

PROVIDER = Digia
include(../../qtcreatorplugin.pri)
include(qmlprofilerextension_dependencies.pri)

DEFINES += QMLPROFILEREXTENSION_LIBRARY

# QmlProfilerExtension files

SOURCES += qmlprofilerextensionplugin.cpp \
        scenegraphtimelinemodel.cpp \
        pixmapcachemodel.cpp

HEADERS += qmlprofilerextensionplugin.h \
        qmlprofilerextension_global.h \
        qmlprofilerextensionconstants.h \
        scenegraphtimelinemodel.h \
        pixmapcachemodel.h

OTHER_FILES += \
    QmlProfilerExtension.json