aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfprofiler.pro
blob: 9e076ec4c0b7f7394cb61166e3ad22f950ed98a5 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
TARGET = PerfProfiler
TEMPLATE = lib

QT += quick quickwidgets

include(../../qtcreatorplugin.pri)
include(perfprofiler_dependencies.pri)

DEFINES += PERFPROFILER_LIBRARY

# PerfProfiler files

SOURCES += \
    perftimelinemodel.cpp \
    perfprofilerplugin.cpp \
    perfprofilertool.cpp \
    perftimelinemodelmanager.cpp \
    perfloaddialog.cpp \
    perfprofilertraceview.cpp \
    perfdatareader.cpp \
    perfprofilerruncontrol.cpp \
    perfoptionspage.cpp \
    perfsettings.cpp \
    perfconfigwidget.cpp \
    perfrunconfigurationaspect.cpp \
    perfprofilerstatisticsview.cpp \
    perfprofilerstatisticsmodel.cpp \
    perfprofilerflamegraphview.cpp \
    perfprofilerflamegraphmodel.cpp \
    perfprofilertracefile.cpp \
    perfconfigeventsmodel.cpp \
    perftimelineresourcesrenderpass.cpp \
    perfresourcecounter.cpp \
    perfprofilertracemanager.cpp \
    perftracepointdialog.cpp

HEADERS += \
    perftimelinemodel.h \
    perfprofilerplugin.h \
    perfprofilerconstants.h \
    perfprofilertool.h \
    perftimelinemodelmanager.h \
    perfloaddialog.h \
    perfprofilertraceview.h \
    perfdatareader.h \
    perfprofilerruncontrol.h \
    perfoptionspage.h \
    perfsettings.h \
    perfconfigwidget.h \
    perfrunconfigurationaspect.h \
    perfprofilerstatisticsview.h \
    perfprofilerstatisticsmodel.h \
    perfprofilerflamegraphview.h \
    perfprofilerflamegraphmodel.h \
    perfprofilertracefile.h \
    perfconfigeventsmodel.h \
    perfprofiler_global.h \
    perftimelineresourcesrenderpass.h \
    perfresourcecounter.h \
    perfprofilertracemanager.h \
    perfevent.h \
    perfeventtype.h \
    perftracepointdialog.h

RESOURCES += \
    perfprofiler.qrc

OTHER_FILES += \
    PerfProfiler.json.in

FORMS += \
    perfconfigwidget.ui \
    perfloaddialog.ui \
    perftracepointdialog.ui

equals(TEST, 1) {
include(tests/tests.pri)
}

OTHER_FILES += \
    memoryprofiling.txt