summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltf.pro
blob: 100140f9796ccfb790dca1386257fc1846de6e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = gltfsceneparser
QT += core-private 3dcore 3dcore-private 3drender 3drender-private

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFParser
load(qt_plugin)

HEADERS += \
    gltfparser_p.h

SOURCES += \
    gltfparser.cpp