summaryrefslogtreecommitdiffstats
path: root/examples/demos/dice/dice.pro
blob: f882591e76f6fdcb77cdc3a019d86273234710d8 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 = \
    Menu_Icon.svg \
    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 \
    sounds/onedice.wav \
    sounds/rolling.wav \

resources.prefix = /

RESOURCES += qml resources

OTHER_FILES += \
    doc/src/*.*