summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-charts/enterprise-charts.pro
blob: cef306b9dd1f906cbf9a982ca9349c8982d57a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TARGET = enterprise-charts

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

content.files = \
    BaseChart.qml \
    loader.qml \
    main.qml \
    View1.qml \
    View10.qml \
    View11.qml \
    View12.qml \
    View2.qml \
    View3.qml \
    View4.qml \
    View5.qml \
    View6.qml \
    View7.qml \
    View8.qml \
    View9.qml \
    ../shared/settings.js

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content