summaryrefslogtreecommitdiffstats
path: root/basicsuite/canvas3d-planets/canvas3d-planets.pro
blob: c332393c1af44f4b41d1380b45eca4bd992f41c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TARGET = canvas3d-planets

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

content.files = \
    ControlEventSource.qml \
    FpsDisplay.qml \
    InfoSheet.qml \
    main.qml \
    PlanetButton.qml \
    planets.qml\
    StyledSlider.qml\
    gl-matrix.js \
    planets.js \
    three.js \
    ThreeJSLoader.js \
    threex.planets.js \
    images

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content