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

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFParser
load(qt_plugin)

HEADERS += \
    gltfparser_p.h

SOURCES += \
    gltfparser.cpp