summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-particlesdemo/qt5-particlesdemo.pro
blob: 88e24673e92eac1eabb023c462b6390b7d887ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qt5-particlesdemo

include(../shared/shared.pri)

content.files = \
    *.qml \
    content \
    images \
    shared
content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content