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

15 lines
192 B
Prolog

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