aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/tests/tests.pri
blob: 166f606a769d0f5ae3ae03c15dfce90bc263f0aa (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
SOURCES += \
    $$PWD/debugmessagesmodel_test.cpp \
    $$PWD/fakedebugserver.cpp \
    $$PWD/flamegraphmodel_test.cpp \
    $$PWD/flamegraphview_test.cpp \
    $$PWD/inputeventsmodel_test.cpp \
    $$PWD/localqmlprofilerrunner_test.cpp \
    $$PWD/memoryusagemodel_test.cpp \
    $$PWD/pixmapcachemodel_test.cpp \
    $$PWD/qmlevent_test.cpp \
    $$PWD/qmleventlocation_test.cpp \
    $$PWD/qmleventtype_test.cpp \
    $$PWD/qmlnote_test.cpp \
    $$PWD/qmlprofileranimationsmodel_test.cpp \
    $$PWD/qmlprofilerattachdialog_test.cpp \
    $$PWD/qmlprofilerbindingloopsrenderpass_test.cpp \
    $$PWD/qmlprofilerclientmanager_test.cpp \
    $$PWD/qmlprofilerdetailsrewriter_test.cpp \
    $$PWD/qmlprofilertool_test.cpp \
    $$PWD/qmlprofilertraceclient_test.cpp \
    $$PWD/qmlprofilertraceview_test.cpp

HEADERS += \
    $$PWD/debugmessagesmodel_test.h \
    $$PWD/fakedebugserver.h \
    $$PWD/flamegraphmodel_test.h \
    $$PWD/flamegraphview_test.h \
    $$PWD/inputeventsmodel_test.h \
    $$PWD/localqmlprofilerrunner_test.h \
    $$PWD/memoryusagemodel_test.h \
    $$PWD/pixmapcachemodel_test.h \
    $$PWD/qmlevent_test.h \
    $$PWD/qmleventlocation_test.h \
    $$PWD/qmleventtype_test.h \
    $$PWD/qmlnote_test.h \
    $$PWD/qmlprofileranimationsmodel_test.h \
    $$PWD/qmlprofilerattachdialog_test.h \
    $$PWD/qmlprofilerbindingloopsrenderpass_test.h \
    $$PWD/qmlprofilerclientmanager_test.h \
    $$PWD/qmlprofilerdetailsrewriter_test.h \
    $$PWD/qmlprofilertool_test.h \
    $$PWD/qmlprofilertraceclient_test.h \
    $$PWD/qmlprofilertraceview_test.h

RESOURCES += \
    $$PWD/tests.qrc