summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-charts/enterprise-charts.pro
blob: 7896c62c1d0aead0babb25316b457cf161e7f29f (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
TARGET = enterprise-charts

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

content.files = \
    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

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content