summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/CMakeLists.txt
blob: 70a0e8f95eb3396493e53e6e6839cc05a396ca0c (plain)
1
2
3
4
5
6
7
8
add_qtc_test(tst_perfdata
  DEPENDS Qt5::Core Qt5::Test perfparser_lib
  INCLUDES ../shared
  SOURCES
    ../shared/perfparsertestclient.cpp
    perfdata.qrc
    tst_perfdata.cpp
)