aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
blob: 419ee97e2e952813f515c186e39815328ba990b0 (plain)
1
2
3
4
5
6
7
8
QT += qml quick

HEADERS += spinner.h
SOURCES += spinner.cpp main.cpp
RESOURCES += threadedanimation.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/threadedanimation
INSTALLS += target