aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/spinner/spinner.pro
blob: b5be6884d2010a93bfa20034fc517b3fa6774fd0 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += spinner.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/spinner
INSTALLS += target