2021-12-23 16:02:41 +00:00
|
|
|
# SPDX-FileCopyrightText: 2019 Aleix Pol <apol@kde.org>
|
|
|
|
|
# SPDX-FileCopyrightText: 2020 Jonah Brüchert <jbb@kaidan.im>
|
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
2022-06-27 16:04:54 +00:00
|
|
|
configure_file(startplasmamobile.in ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile)
|
|
|
|
|
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile DESTINATION ${KDE_INSTALL_BINDIR})
|
2019-10-14 13:45:45 +00:00
|
|
|
|
|
|
|
|
configure_file(plasma-mobile.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop)
|
|
|
|
|
install(FILES
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile.desktop
|
|
|
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/wayland-sessions
|
|
|
|
|
)
|
2022-06-27 16:42:19 +00:00
|
|
|
|
|
|
|
|
# For Plasma developers
|
|
|
|
|
configure_file(startplasmamobile-dev.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/startplasmamobile-dev.sh)
|
|
|
|
|
configure_file(plasma-mobile-dev.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-mobile-dev.desktop)
|
|
|
|
|
configure_file(install-sessions.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/install-sessions.sh)
|