summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtquickcontrols2/gallery.pro
blob: 9834b899b82ffec0ac8c7ab571e4dfb02f81083a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = gallery

include(../shared/shared.pri)
b2qtdemo_deploy_defaults()

content.files = \
    main.qml \
    qtquickcontrols2.conf \
    icons/gallery/index.theme \
    $$files(icons/*.png, true) \
    $$files(images/*.png) \
    $$files(pages/*.qml)

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content