summaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/extras/flat/flat.pro
blob: 6a6906648a31850980753c4743bd0f3644765c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = flat
QT += quick

SOURCES += \
    main.cpp

RESOURCES += \
    flat.qrc

OTHER_FILES += \
    main.qml

DISTFILES += \
    Content.qml \
    SettingsIcon.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/extras/flat
INSTALLS += target