shift-shell/containments/homescreens/halcyon/CMakeLists.txt
Devin Lin 3d8250c010 folio & halcyon: Use standardized containment config for settings
This switching Folio and Halcyon to define their settings as a
containment config so that it fits in with the other containment
options.

This removes the convoluted maze of nested settings windows due to
wrapping the containment settings with a custom settings window around
it.
2025-10-05 15:30:15 -04:00

45 lines
1.3 KiB
CMake

# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.mobile.homescreen.halcyon\")
plasma_add_applet(org.kde.plasma.mobile.homescreen.halcyon
QML_SOURCES
qml/Clock.qml
qml/FavoritesAppDelegate.qml
qml/FavoritesGrid.qml
qml/FavoritesView.qml
qml/FolderGrid.qml
qml/GridAppDelegate.qml
qml/GridAppList.qml
qml/HomeScreen.qml
qml/main.qml
qml/SearchWidget.qml
qml/config.qml
CPP_SOURCES
application.cpp
applicationfolder.cpp
applicationlistmodel.cpp
halcyonsettings.cpp
homescreen.cpp
pinnedmodel.cpp
windowlistener.cpp
)
ecm_target_qml_sources(org.kde.plasma.mobile.homescreen.halcyon SOURCES
qml/settings/SettingsScreen.qml
qml/settings/ConfigGeneral.qml
PATH settings
)
target_link_libraries(org.kde.plasma.mobile.homescreen.halcyon PRIVATE
Qt::Gui
Qt::Qml
Qt::Quick
Plasma::Plasma
Plasma::KWaylandClient
KF6::I18n
KF6::Service
KF6::KIOGui
KF6::JobWidgets
KF6::WindowSystem)