summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3d-loader/scene3d-loader.pro
blob: 7a1efd955227b463fa8529e206e3712c3f3e21f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!include( ../examples.pri ) {
    error( "Couldn't find the examples.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