aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamictexture/dynamictexture.pro
blob: 579414779192862844d517f8eeb54a5160351696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/dynamictexture
INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc \
    content/Panel.qml \
    content/cork.jpg \
    content/note-yellow.png \
    content/tack.png \
    meshes/door1.mesh \
    meshes/door2.mesh \
    meshes/wall.mesh

OTHER_FILES += \
    doc/src/*.*