Files
RedBear-OS/local/recipes/qt/qtdeclarative/source/examples/quick/animation/animation.pro
T

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