blob: 5b0bdde64331a601b320a78eb49a7712028fd2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_qml_module(LabsWavefrontMesh
URI "Qt.labs.wavefrontmesh"
VERSION "${PROJECT_VERSION}"
PLUGIN_TARGET qmlwavefrontmeshplugin
CLASS_NAME QmlWavefrontMeshPlugin
DEPENDENCIES
QtQuick/auto
SOURCES
qwavefrontmesh.cpp qwavefrontmesh_p.h
qqmlwavefrontmeshglobal_p.h
DEFINES
QT_BUILD_LABSWAVEFRONTMESH_LIB
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
Qt::QuickPrivate
)
|