forked from qt-creator/qt-creator
5 lines
110 B
CMake
5 lines
110 B
CMake
|
|
add_qtc_test(tst_tracing_timelinenotesmodel
|
||
|
|
DEPENDS Tracing Qt5::Gui
|
||
|
|
SOURCES tst_timelinenotesmodel.cpp
|
||
|
|
)
|