blob: 0bb64ce89d5dd67e6b90afdabff0456945fe0e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_qml_module(ProtobufQuick
URI QtProtobuf
VERSION ${CMAKE_PROJECT_VERSION}
PLUGIN_TARGET protobufquickplugin
CLASS_NAME ProtobufQuickPlugin
SOURCES
qqmlprotobuftypes_p.h
LIBRARIES
Qt::Core
Qt::Protobuf
Qt::Qml
PUBLIC_LIBRARIES
Qt::Quick
)
|