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

QT += 3dcore 3drender 3dinput 3dextras

SOURCES += main.cpp


RESOURCES += \
    ../exampleresources/test_scene.qrc \
    ../exampleresources/gltf.qrc