magpie/qml/Components/CMakeLists.txt

18 lines
405 B
CMake
Raw Normal View History

# SPDX-FileCopyrightText: 2023 Yury Gubich <blue@macaw.me>
# SPDX-License-Identifier: GPL-3.0-or-later
qt_add_qml_module(magpieComponents
URI magpie.Components
VERSION 1.0
STATIC
RESOURCE_PREFIX /
OUTPUT_DIRECTORY ../magpie/Components
NO_PLUGIN
QML_FILES
Modal.qml
2024-01-18 22:14:33 +00:00
AssetLine.qml
2024-04-02 01:45:48 +00:00
IconPicker.qml
)
target_link_libraries(magpie PRIVATE magpieComponents)