KWin: kwinoptions: port to KF5

CMakelist ui port to KF5
clean unneeded #include

Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
REVIEW: 115272
icc-effect-5.14.5
Laurent Navet 2014-01-23 21:19:42 +01:00 committed by Martin Gräßlin
parent 76efe517a7
commit d246518b9f
2 changed files with 1 additions and 2 deletions

View File

@ -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} )

View File

@ -25,7 +25,6 @@
#include <QtDBus/QtDBus>
#include <kapplication.h>
#include <kglobal.h>
#include <KDE/KLocalizedString>
#include <kconfig.h>