summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltf.pro
blob: 675d127dabc62ab26ba253ace90fd5444938b50c (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

HEADERS += \
    gltfparser.h

SOURCES += \
    gltfparser.cpp \
    main.cpp

DISTFILES += \
    gltf.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFSceneParserPlugin
load(qt_plugin)