aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/gallery.pro
blob: 506eefd15f39f74a0c2ad4d5d861de18f864f92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = gallery
QT += quick quickcontrols2

SOURCES += \
    gallery.cpp

OTHER_FILES += \
    gallery.qml \
    pages/*.qml

RESOURCES += \
    gallery.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qtlabscontrols/gallery
INSTALLS += target