KWin: kwinoptions: port to KF5
CMakelist ui port to KF5 clean unneeded #include Signed-off-by: Laurent Navet <laurent.navet@gmail.com> REVIEW: 115272
This commit is contained in:
parent
76efe517a7
commit
d246518b9f
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
########### next target ###############
|
||||
|
||||
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
||||
kde4_add_ui_files(kcm_kwinoptions_PART_SRCS actions.ui advanced.ui focus.ui mouse.ui moving.ui)
|
||||
qt5_wrap_ui(kcm_kwinoptions_PART_SRCS actions.ui advanced.ui focus.ui mouse.ui moving.ui)
|
||||
add_library(kcm_kwinoptions MODULE ${kcm_kwinoptions_PART_SRCS})
|
||||
target_link_libraries(kcm_kwinoptions Qt5::DBus KF5::Completion KF5::I18n KF5::KCMUtils KF5::KDE4Support)
|
||||
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <QtDBus/QtDBus>
|
||||
|
||||
#include <kapplication.h>
|
||||
#include <kglobal.h>
|
||||
#include <KDE/KLocalizedString>
|
||||
#include <kconfig.h>
|
||||
|
|
Loading…
Reference in a new issue