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

HEADERS += \
    gltfexporter.h

SOURCES += \
    main.cpp \
    gltfexporter.cpp

DISTFILES += \
    gltfexport.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFSceneExportPlugin
load(qt_plugin)