forked from qt-creator/qt-creator
Change-Id: I812c9343a73f8027a02d4e5670a9751c8b8790c7 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
QT += quick
|
|
|
|
QTC_LIB_DEPENDS += timeline
|
|
include(../../qttest.pri)
|
|
|
|
SOURCES += \
|
|
$$PWD/runscenegraph.cpp
|
|
HEADERS += \
|
|
$$PWD/runscenegraph.h
|