summaryrefslogtreecommitdiffstats
path: root/tests/manual/perf2text/CMakeLists.txt
blob: 59b5ddd86c30aa37e3ef5b361aa75383b07d6ee2 (plain)
1
2
3
4
5
6
7
8
add_qtc_executable(perf2text
  DEFINES MANUAL_TEST
  DEPENDS perfparser_lib
  INCLUDES ../../auto/shared/
  SOURCES
    ../../auto/shared/perfparsertestclient.cpp
    perf2text.cpp
)