summaryrefslogtreecommitdiffstats
path: root/basicsuite/advancedcustommaterial/advancedcustommaterial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/advancedcustommaterial/advancedcustommaterial.pro')
-rw-r--r--basicsuite/advancedcustommaterial/advancedcustommaterial.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/basicsuite/advancedcustommaterial/advancedcustommaterial.pro b/basicsuite/advancedcustommaterial/advancedcustommaterial.pro
new file mode 100644
index 0000000..a02d283
--- /dev/null
+++ b/basicsuite/advancedcustommaterial/advancedcustommaterial.pro
@@ -0,0 +1,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