summaryrefslogtreecommitdiffstats
path: root/tests/manual/skinned-mesh/skinned-mesh.pro
blob: dc5fd37304143770f83a9b79c165275e2fb4ce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    DefaultSceneEntity.qml \
    SkinnedEntity.qml \
    SkinnedPbrEffect.qml

RESOURCES += \
    skinned-mesh.qrc \
    ../../../examples/qt3d/exampleresources/cubemaps.qrc \
    ../../../examples/qt3d/exampleresources/envmaps.qrc \
    ../../../examples/qt3d/exampleresources/gltf.qrc

DISTFILES += \
    skinnedPbr.vert