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

QT += qml quick

SOURCES += main.cpp

RESOURCES += \
    layouts.qrc
EXAMPLE_FILES = \
    layouts.qml

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