summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/about-b2qt.pro
blob: 36d106e7499fe2e45db8bbcf8f5a5d6328edae3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = about-b2qt

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

content.files = \
    AboutBoot2Qt.qml \
    Box.qml \
    ContentText.qml \
    main.qml \
    Title.qml \
    codeless.png \
    particle_star2.png

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content