summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/assimp/assimp.pro
blob: 85d78fe89c918b6505524ee9373f7e0f33ebe11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

SOURCE += main.cpp

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

OTHER_FILES += main.qml

SOURCES += \
    main.cpp

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