forked from qt-creator/qt-creator
...they do not need to be "executables" anymore Change-Id: Ided0fa85ae891df66add47e59a9d7245f880213c Reviewed-by: Cristian Adam <cristian.adam@qt.io>
9 lines
246 B
CMake
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
|
|
)
|