calamares/src/modules/notesqml/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
474 B
CMake
Raw Normal View History

# === This file is part of Calamares - <https://calamares.io> ===
#
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
2022-02-08 16:18:47 +01:00
if(NOT WITH_QML)
calamares_skip_module( "notesqml (QML is not supported in this build)" )
return()
endif()
2022-02-08 16:18:47 +01:00
calamares_add_plugin(notesqml
TYPE viewmodule
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
NotesQmlViewStep.cpp
RESOURCES
notesqml.qrc
SHARED_LIB
)