summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/tests/tests.pri
blob: c45601004332a2f29be34350c44a03e031e4c929 (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
SOURCES += \
    $$PWD/debugmessagesmodel_test.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/qmlprofilerconfigwidget_test.cpp \
    $$PWD/qmlprofilerdetailsrewriter_test.cpp \
    $$PWD/qmlprofilertraceview_test.cpp

HEADERS += \
    $$PWD/debugmessagesmodel_test.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/qmlprofilerconfigwidget_test.h \
    $$PWD/qmlprofilerdetailsrewriter_test.h \
    $$PWD/qmlprofilertraceview_test.h

RESOURCES += \
    $$PWD/tests.qrc