kwin/kcmkwin/kwinscripts
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
..
CMakeLists.txt
kwinscripts.desktop
kwinscripts.knsrc
main.cpp Fix build with CMake 3.10 2017-12-18 11:41:37 +01:00
Messages.sh
module.cpp Fix build with CMake 3.10 2017-12-18 11:41:37 +01:00
module.h
module.ui kwinscripts: change i18n string "Get New Scripts..." 2017-10-12 16:46:43 +03:00
version.h.cmake