summaryrefslogtreecommitdiffstats
path: root/tests/manual/scene3d-loader/scene3d-loader.pro
blob: 51a071216bc6bb15c7deadd859463910f022bcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!include( ../manual.pri ) {
    error( "Couldn't find the manual.pri file!" )
}

QT += qml quick 3dcore 3drender 3dinput

SOURCES += \
    main.cpp

OTHER_FILES += \
    AnimatedEntity.qml \
    main.qml \
    Scene.qml \
    Scene2.qml

RESOURCES += \
    scene3d-loader.qrc