commit b4405b0c3dbd00c31d20597360249966bfd627c9 Author: Alexey Sokolov Date: Sat May 27 12:46:34 2023 +0100 Fix includes, QProcess is used not only without KDE https://bugs.gentoo.org/906940 diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 2abab2c10..842d3fa3f 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -50,12 +50,13 @@ #endif #ifdef COMPILE_KDE_SUPPORT -#include // invokeTerminal() for system.runcmd -#else // tools we need to work around the absence of +// invokeTerminal() for system.runcmd +// tools we need to work around the absence of +#include +#endif // invokeTerminal() #include #include -#endif PluginManager * g_pPluginManager;