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

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFSceneParserPlugin
load(qt_plugin)

HEADERS += \
    gltfparser.h

SOURCES += \
    gltfparser.cpp \
    main.cpp

DISTFILES += \
    gltf.json