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

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

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

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content