Files
qt-creator/tests/manual/widgets/tracing/CMakeLists.txt

10 lines
318 B
CMake
Raw Normal View History

add_qtc_executable(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
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)