2017-11-08 11:25:15 +00:00
|
|
|
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)
|
|
|
|
|
|
2017-11-13 13:49:57 +00:00
|
|
|
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/mobileshell)
|
2017-11-08 11:25:15 +00:00
|
|
|
|
|
|
|
|
|