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

11 lines
190 B
Prolog

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