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

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

content.files = \
    Content.qml \
    main.qml \
    SettingsIcon.qml \
    images

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content