summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltf.pro
blob: bc65c3426d5551f1f5c1c963ebc52042fb0146b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = gltfsceneparser

QT += core-private 3dcore 3dcore-private 3drender 3drender-private 3dextras

HEADERS += \
    gltfparser.h

SOURCES += \
    gltfparser.cpp \
    main.cpp

DISTFILES += \
    gltf.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFSceneParserPlugin
load(qt_plugin)