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 Port Plasma::Package to KPackage 2016-12-26 17:41:06 +01:00
kwinscripts.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2017-03-25 04:37:53 +01:00
kwinscripts.knsrc SVN_SILENT made messages (.desktop file) - always resolve ours 2017-08-28 04:30:46 +02:00
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 [KWin Scripts KCM] Restore "import" option 2017-04-26 17:11:34 +02:00
module.ui kwinscripts: change i18n string "Get New Scripts..." 2017-10-12 16:46:43 +03:00
version.h.cmake