summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/about-b2qt.pro
blob: a99c8e68a17fc61f8dea54c443b193caf2209ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = about-b2qt

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

content.files = \
    *.qml \
    *.png
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content