summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp/assimp.pro
blob: 97f502bc71090a993c77af3689fa3787d2c011e3 (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!" )
}

SOURCE += main.cpp

QT += qml quick 3dcore 3drender 3dinput 3dquick 3dextras 3dquickextras

OTHER_FILES += main.qml

SOURCES += \
    main.cpp

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