mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
use renamed kwayland
This commit is contained in:
parent
630a85cbcb
commit
67af6f35a6
9 changed files with 9 additions and 9 deletions
|
|
@ -72,8 +72,8 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
|||
|
||||
find_package(KF6Plasma CONFIG REQUIRED)
|
||||
find_package(KF6PlasmaQuick CONFIG REQUIRED)
|
||||
find_package(KF6Wayland CONFIG REQUIRED)
|
||||
find_package(KF6Screen CONFIG REQUIRED)
|
||||
find_package(KWayland CONFIG REQUIRED)
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ target_link_libraries(mobileshellplugin
|
|||
KF6::PlasmaQuick
|
||||
KF6::KIOGui
|
||||
KF6::KIOWidgets # for PreviewJob
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::Package
|
||||
)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ target_link_libraries(quicksettingsplugin PRIVATE
|
|||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::Quick
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
KF6::Package
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ target_link_libraries(shellsettingsplugin PRIVATE
|
|||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::Quick
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
KF6::Package
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ target_link_libraries(windowplugin PRIVATE
|
|||
Qt::DBus
|
||||
Qt::Gui
|
||||
Qt::Quick
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::Service
|
||||
KF6::ConfigWidgets
|
||||
)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ target_link_libraries(org.kde.plasma.mobile.homescreen.folio
|
|||
KF6::Service
|
||||
KF6::KIOGui
|
||||
KF6::Notifications
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::WindowSystem
|
||||
KF6::JobWidgets
|
||||
)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ target_link_libraries(folioplugin
|
|||
KF6::Service
|
||||
KF6::KIOGui
|
||||
KF6::JobWidgets
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::WindowSystem)
|
||||
|
||||
set_property(TARGET folioplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/private/mobile/homescreen/folio)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ target_link_libraries(org.kde.plasma.mobile.homescreen.halcyon
|
|||
KF6::Service
|
||||
KF6::KIOGui
|
||||
KF6::Notifications
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::WindowSystem
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ target_link_libraries(halcyonplugin
|
|||
KF6::Service
|
||||
KF6::KIOGui
|
||||
KF6::JobWidgets
|
||||
KF6::WaylandClient
|
||||
Plasma::KWaylandClient
|
||||
KF6::WindowSystem)
|
||||
|
||||
set_property(TARGET halcyonplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/private/mobile/homescreen/halcyon)
|
||||
|
|
|
|||
Loading…
Reference in a new issue