blob: 32424ff43d1cab495acae6af02de560f1aa7acc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright (C) 2025 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
#### Features
qt_feature("quickshapes-designhelpers" PRIVATE
SECTION "Qt Quick Shapes"
LABEL "Design Helpers"
PURPOSE "Provides helper types based on Qt Quick Shapes for use in design tools like Figma."
CONDITION QT_FEATURE_quick_path
)
qt_configure_add_summary_section(NAME "Qt Quick Shapes")
qt_configure_add_summary_entry(ARGS "quickshapes-designhelpers")
qt_configure_end_summary_section() # end of "Qt Quick Shapes" section
|