aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/flexboxlayout/flexboxlayout.pro
blob: 606255a4e72223f8e0761c354eb0ea8b6062f41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app

QT += qml quick

SOURCES += main.cpp

EXAMPLE_FILES = \
    Main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quick/flexboxlayout
INSTALLS += target