Files
qt-creator/tests/manual/widgets/tracing/CMakeLists.txt
Alessandro Portale 9915418f90 Tests: Turn manual widget tests into tests
...they do not need to be "executables" anymore

Change-Id: Ided0fa85ae891df66add47e59a9d7245f880213c
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2021-06-11 14:39:52 +00:00

9 lines
246 B
CMake

add_qtc_test(tst_manual_widgets_tracing
CONDITION TARGET Tracing
DEPENDS Tracing Utils Core Qt5::Gui Qt5::Quick
SOURCES
tst_manual_widgets_tracing.cpp
../common/themeselector.cpp ../common/themeselector.h
../common/themes.qrc
)