summaryrefslogtreecommitdiffstats
path: root/examples/demos/dice/dice.pro
diff options
context:
space:
mode:
authorJonas Karlsson <jonas.karlsson@qt.io>2023-06-19 15:29:46 +0200
committerKai Köhne <kai.koehne@qt.io>2023-06-21 00:50:04 +0200
commit34ecd600380c65f65f46e9fe86cfcbb9186b20a1 (patch)
tree81860ee4510bda67acc89db0c6449830114d2c03 /examples/demos/dice/dice.pro
parent3b1ca67270a97a56fe475194d6a62c45ca9c2c89 (diff)
Add the 'dice' example
Fixes: QTBUG-113600 Pick-to: 6.5 6.5.2 6.6 Change-Id: I13b8327f2dcf3e7eaec80c7c10038b22a1656df3 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples/demos/dice/dice.pro')
-rw-r--r--examples/demos/dice/dice.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/demos/dice/dice.pro b/examples/demos/dice/dice.pro
new file mode 100644
index 000000000..34be731ed
--- /dev/null
+++ b/examples/demos/dice/dice.pro
@@ -0,0 +1,36 @@
+QT += quick quick3d quick3dphysics
+
+target.path = $$[QT_INSTALL_EXAMPLES]/demos/dice
+INSTALLS += target
+
+SOURCES += \
+ main.cpp
+
+qml.files = \
+ Carpet.qml \
+ DiceSpawner.qml \
+ Dice_low.qml \
+ PhysicalDie.qml \
+ PhysicalTable.qml \
+ RoundTable.qml \
+ Scene.qml \
+ main.qml
+
+qml.prefix = /
+
+resources.files = \
+ maps/M_Side_Table_Natural_Wenge_Wood_4K_baseColor_small.jpg \
+ maps/M_Side_Table_Natural_Wenge_Wood_4K_metallicRoughness_small.png \
+ maps/M_Side_Table_Natural_Wenge_Wood_4K_normal_small.png \
+ maps/carpet_texture_baseColor.jpeg \
+ meshes/cube_001.mesh \
+ meshes/object_2.mesh \
+ meshes/object_3.mesh \
+ meshes/side_Table_Pine_LOD0_M_Side_Table_Natural_Wenge_Wood_4K_0.mesh \
+
+qml.prefix = /
+
+RESOURCES += qml resources
+
+OTHER_FILES += \
+ doc/src/*.*