summaryrefslogtreecommitdiffstats
path: root/examples/gltf/gltf.pro
blob: 5a1dde26da1dd4b38db1588e84488326cb459df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

QT += 3dcore 3drenderer 3dquick qml quick

include("../exampleresources/exampleresources.pri")

HEADERS += \

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml

RESOURCES += \
    gltf.qrc