summaryrefslogtreecommitdiffstats
path: root/basicsuite/advancedcustommaterial/advancedcustommaterial.pro
blob: a02d283a7fb6e3a88bc7ad3051dd4ce6db3cf629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = custommaterial

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

content.files = \
    main.qml \
    SceneRoot.qml \
    ControlSlider.qml \
    Water.qml \
    WaterMaterial.qml \
    models \
    shaders \
    textures

content.path = $$DESTPATH

OTHER_FILES += $${content.files}

INSTALLS += target content