summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport/CMakeLists.txt
blob: 36f6f8a9968cfba1be4249e9c80822ec56bc5098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from gltfexport.pro.

#####################################################################
## GLTFSceneExportPlugin Plugin:
#####################################################################

qt_internal_add_plugin(GLTFSceneExportPlugin
    OUTPUT_NAME gltfsceneexport
    PLUGIN_TYPE sceneparsers
    SOURCES
        gltfexporter.cpp gltfexporter.h
        main.cpp
    LIBRARIES
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::3DExtras
        Qt::3DRender
        Qt::3DRenderPrivate
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:gltfexport.pro:<TRUE>:
# DISTFILES = "gltfexport.json"