summaryrefslogtreecommitdiffstats
path: root/basicsuite/canvas3d-planets/canvas3d-planets.pro
blob: c3c3ff5fd1a86d115e57d039989c698ce7cbff15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = canvas3d-planets

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

content.files = \
    *.qml \
    *.js \
    images

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content