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

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

content.files = \
    *.qml \
    calqlatr \
    maroon \
    particles \
    presentation \
    samegame \
    images
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content