You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
569 B

set(keyboardlayoutplugin_SRCS
keyboardlayout.cpp
keyboardlayoutplugin.cpp)
add_library(keyboardlayoutplugin SHARED ${keyboardlayoutplugin_SRCS})
target_link_libraries(keyboardlayoutplugin Qt5::Core
Qt5::DBus
Qt5::Qml)
set(keyboardlayoutplugin_PATH /org/kde/plasma/workspace/keyboardlayout)
install(TARGETS keyboardlayoutplugin
DESTINATION ${QML_INSTALL_DIR}${keyboardlayoutplugin_PATH})
install(FILES qmldir
DESTINATION ${QML_INSTALL_DIR}${keyboardlayoutplugin_PATH})