mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
722 B
CMake
32 lines
722 B
CMake
# === This file is part of Calamares - <https://calamares.io> ===
|
|
#
|
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
calamares_add_plugin( keyboard
|
|
TYPE viewmodule
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
SOURCES
|
|
Config.cpp
|
|
KeyboardViewStep.cpp
|
|
KeyboardPage.cpp
|
|
KeyboardLayoutModel.cpp
|
|
SetKeyboardLayoutJob.cpp
|
|
keyboardwidget/keyboardglobal.cpp
|
|
keyboardwidget/keyboardpreview.cpp
|
|
UI
|
|
KeyboardPage.ui
|
|
RESOURCES
|
|
keyboard.qrc
|
|
SHARED_LIB
|
|
)
|
|
|
|
calamares_add_test(
|
|
keyboardtest
|
|
SOURCES
|
|
Tests.cpp
|
|
SetKeyboardLayoutJob.cpp
|
|
RESOURCES
|
|
keyboard.qrc
|
|
)
|