aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.pro
blob: 70d71688a46767dbcdce1877c94e6f331baef816 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += \
    ../shared/shared.qrc \
    animation.qrc

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