aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.pro
blob: 884a63e24dda01e8549bf73945b3f15a2e14e6f3 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
DEFINES += QMLPROFILER_LIBRARY

QT += network qml quick quickwidgets

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

SOURCES += \
    debugmessagesmodel.cpp \
    flamegraphmodel.cpp \
    flamegraphview.cpp \
    inputeventsmodel.cpp \
    memoryusagemodel.cpp \
    pixmapcachemodel.cpp \
    qmlevent.cpp \
    qmleventlocation.cpp \
    qmleventtype.cpp \
    qmlnote.cpp \
    qmlprofileractions.cpp \
    qmlprofileranimationsmodel.cpp \
    qmlprofilerattachdialog.cpp \
    qmlprofilerbindingloopsrenderpass.cpp \
    qmlprofilerclientmanager.cpp \
    qmlprofilerconfigwidget.cpp \
    qmlprofilerdetailsrewriter.cpp \
    qmlprofilermodelmanager.cpp \
    qmlprofilernotesmodel.cpp \
    qmlprofileroptionspage.cpp \
    qmlprofilerplugin.cpp \
    qmlprofilerrangemodel.cpp \
    qmlprofilerrunconfigurationaspect.cpp \
    qmlprofilerruncontrol.cpp \
    qmlprofilersettings.cpp \
    qmlprofilerstatemanager.cpp \
    qmlprofilerstatewidget.cpp \
    qmlprofilerstatisticsmodel.cpp \
    qmlprofilerstatisticsview.cpp \
    qmlprofilertimelinemodel.cpp \
    qmlprofilertool.cpp \
    qmlprofilertraceclient.cpp \
    qmlprofilertracefile.cpp \
    qmlprofilertraceview.cpp \
    qmlprofilerviewmanager.cpp \
    qmltypedevent.cpp \
    scenegraphtimelinemodel.cpp \
    qmlprofilertextmark.cpp

HEADERS += \
    debugmessagesmodel.h \
    flamegraphmodel.h \
    flamegraphview.h \
    inputeventsmodel.h \
    memoryusagemodel.h \
    pixmapcachemodel.h \
    qmlevent.h \
    qmleventlocation.h \
    qmleventtype.h \
    qmlnote.h \
    qmlprofiler_global.h \
    qmlprofileractions.h \
    qmlprofileranimationsmodel.h \
    qmlprofilerattachdialog.h \
    qmlprofilerbindingloopsrenderpass.h \
    qmlprofilerclientmanager.h \
    qmlprofilerconfigwidget.h \
    qmlprofilerconstants.h \
    qmlprofilerdetailsrewriter.h \
    qmlprofilereventsview.h \
    qmlprofilereventtypes.h \
    qmlprofilermodelmanager.h \
    qmlprofilernotesmodel.h \
    qmlprofileroptionspage.h \
    qmlprofilerplugin.h \
    qmlprofilerrangemodel.h \
    qmlprofilerrunconfigurationaspect.h \
    qmlprofilerruncontrol.h \
    qmlprofilersettings.h \
    qmlprofilerstatemanager.h \
    qmlprofilerstatewidget.h \
    qmlprofilerstatisticsmodel.h \
    qmlprofilerstatisticsview.h \
    qmlprofilertimelinemodel.h \
    qmlprofilertool.h \
    qmlprofilertraceclient.h \
    qmlprofilertracefile.h \
    qmlprofilertraceview.h \
    qmlprofilerviewmanager.h \
    qmltypedevent.h \
    scenegraphtimelinemodel.h \
    qmlprofilertextmark.h

RESOURCES += \
    qml/qmlprofiler.qrc

FORMS += \
    qmlprofilerconfigwidget.ui

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