summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/widgets-scene3d/widgets-scene3d.pro
blob: 5c11db360eeab4fbd7e7c41bfd12171842f6e243 (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 += widgets qml quick quickwidgets 3dinput

SOURCES += \
    main.cpp

OTHER_FILES += \
    ../scene3d/AnimatedEntity.qml \
    ../scene3d/main.qml

RESOURCES += \
    widgets-scene3d.qrc