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

SOURCE += main.cpp

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

OTHER_FILES += main.qml

SOURCES += \
    main.cpp

RESOURCES += \
    assimp.qrc \
    ../../../examples/qt3d/exampleresources/test_scene.qrc \
    ../../../examples/qt3d/exampleresources/obj.qrc