mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
15 lines
442 B
Text
15 lines
442 B
Text
|
|
project(mobileshellprivate)
|
||
|
|
|
||
|
|
set(mobileshellprivate_SRCS
|
||
|
|
mobileshellprivateplugin.cpp
|
||
|
|
fullscreenpanel.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
add_library(plasmamobileshellprivateplugin SHARED ${mobileshellprivate_SRCS})
|
||
|
|
target_link_libraries(plasmamobileshellprivateplugin Qt5::Core Qt5::Qml Qt5::Quick KF5::WindowSystem KF5::WaylandClient)
|
||
|
|
|
||
|
|
install(TARGETS plasmamobileshellprivateplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/mobileshell)
|
||
|
|
|
||
|
|
|
||
|
|
|