summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3dview/scene3dview.pro
blob: 4e1052b7b3b99b0b9b8a0ec837dd4ef146bf069f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += qml quick 3dinput

SOURCES += \
    main.cpp

OTHER_FILES += \
    AnimatedEntity.qml \
    main.qml

RESOURCES += \
    scene3dview.qrc