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

13 lines
164 B
Prolog

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