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

HEADERS += \
    gltfexporter.h

SOURCES += \
    main.cpp \
    gltfexporter.cpp

DISTFILES += \
    gltfexport.json

PLUGIN_TYPE = sceneparsers
PLUGIN_CLASS_NAME = GLTFSceneExportPlugin
load(qt_plugin)