forked from qt-creator/qt-creator
10 lines
318 B
CMake
10 lines
318 B
CMake
|
|
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}
|
||
|
|
)
|