diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,6 @@ KF5::Notifications KF5::CoreAddons KF5::ConfigGui - KF5::Crash KF5::WindowSystem ${X11_LIBRARIES} ${X11_Xcursor_LIB} diff --git a/ksldapp.cpp b/ksldapp.cpp --- a/ksldapp.cpp +++ b/ksldapp.cpp @@ -37,7 +37,6 @@ #include #include #include -#include //kwayland #include @@ -163,7 +162,6 @@ void KSldApp::initialize() { - KCrash::setFlags(KCrash::AutoRestart); if (m_isX11) { initializeX11(); }