aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/CMakeLists.txt
blob: 18f013711039e8dc1305d80f68651c0b710c6fc3 (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
add_qtc_plugin(PerfProfiler
  DEPENDS Tracing Qt5::QuickWidgets
  PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport
  SOURCES
    perfconfigeventsmodel.cpp perfconfigeventsmodel.h
    perfconfigwidget.cpp perfconfigwidget.h
    perfconfigwidget.ui
    perfdatareader.cpp perfdatareader.h
    perfevent.h
    perfeventtype.h
    perfloaddialog.cpp perfloaddialog.h perfloaddialog.ui
    perfoptionspage.cpp perfoptionspage.h
    perfprofiler.qrc
    perfprofilerconstants.h
    perfprofilerflamegraphmodel.cpp perfprofilerflamegraphmodel.h
    perfprofilerflamegraphview.cpp perfprofilerflamegraphview.h
    perfprofilerplugin.cpp perfprofilerplugin.h
    perfprofilerruncontrol.cpp perfprofilerruncontrol.h
    perfprofilerstatisticsmodel.cpp perfprofilerstatisticsmodel.h
    perfprofilerstatisticsview.cpp perfprofilerstatisticsview.h
    perfprofilertool.cpp perfprofilertool.h
    perfprofilertracefile.cpp perfprofilertracefile.h
    perfprofilertracemanager.cpp perfprofilertracemanager.h
    perfprofilertraceview.cpp perfprofilertraceview.h
    perfprofiler_global.h
    perfresourcecounter.cpp perfresourcecounter.h
    perfrunconfigurationaspect.cpp perfrunconfigurationaspect.h
    perfsettings.cpp perfsettings.h
    perftimelinemodel.cpp perftimelinemodel.h
    perftimelinemodelmanager.cpp perftimelinemodelmanager.h
    perftimelineresourcesrenderpass.cpp perftimelineresourcesrenderpass.h
    perftracepointdialog.cpp perftracepointdialog.h perftracepointdialog.ui
)

if (WITH_TESTS)
  target_sources(PerfProfiler PRIVATE
    tests/perfprofilertracefile_test.cpp tests/perfprofilertracefile_test.h
    tests/perfresourcecounter_test.cpp tests/perfresourcecounter_test.h
    tests/tests.qrc
  )
endif()