kwin/kcmkwin
Milian Wolff cd544890ce Fix build with CMake 3.10
Looks like a classic false-positive, but this makes the compile
pass for me without making the code harder to read:

AutoMoc error
-------------
  "/ssd/milian/projects/kf5/src/kde/workspace/kwin/kcmkwin/kwinscripts/main.cpp"
The file contains a K_PLUGIN_FACTORY macro, but does not include "main.moc"!
Consider to
 - add #include "main.moc"
 - enable SKIP_AUTOMOC for this file

So we just add the include and then get rid of the duplicate
definition of the plugin factory and the problem is resolved.
2017-12-18 11:41:37 +01:00
..
kwincompositing SVN_SILENT made messages (.desktop file) - always resolve ours 2017-11-29 07:51:37 +01:00
kwindecoration Cleanup color scheme manager part of KCM Deco code 2017-12-09 00:16:13 +00:00
kwindesktop Add missing lower and upper bounds to the rows spinbox. 2017-12-05 21:55:20 +09:00
kwinoptions SVN_SILENT made messages (.desktop file) - always resolve ours 2017-08-28 04:30:46 +02:00
kwinrules kcmkwinrules: Fix window title 2017-10-15 18:36:38 +03:00
kwinscreenedges SVN_SILENT made messages (.desktop file) - always resolve ours 2017-12-18 04:56:07 +01:00
kwinscripts Fix build with CMake 3.10 2017-12-18 11:41:37 +01:00
kwintabbox SVN_SILENT made messages (.desktop file) - always resolve ours 2017-11-06 04:38:04 +01:00
CMakeLists.txt