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

9 lines
181 B
Prolog

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