1QT += quick
2
3QTC_LIB_DEPENDS += tracing
4include(../../qttest.pri)
5
6SOURCES += \
7    tst_timelineabstractrenderer.cpp
8