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

SOURCE += main.cpp

QT += qml quick 3dcore 3drenderer 3dinput 3dquick

OTHER_FILES += main.qml

SOURCES += \
    main.cpp

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