aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
blob: 3caf3fa94bb920f0c071232acca9e7f4bd9a94b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = Spinner
QML_IMPORT_MAJOR_VERSION = 1

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

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