qtdeclarative/examples/quick/animation/animation.pro

12 lines
187 B
Prolog

TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
RESOURCES += \
../shared/shared.qrc \
animation.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
INSTALLS += target