summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-gallery/enterprise-gallery.pro
blob: 32550a31f340632a02d9965161d897bc20289631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = enterprise-gallery

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

content.files = \
    qml/*.qml \
    fonts \
    images
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content