diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -863,6 +863,11 @@ #ifdef KIPI_FOUND d->mKIPIInterface = new KIPIInterface(this); d->mKIPIExportAction->setKIPIInterface(d->mKIPIInterface); +#else + auto* pluginsMenu = static_cast(guiFactory()->container("plugins", this)); + if (pluginsMenu) { + pluginsMenu->menuAction()->setVisible(false); + } #endif setAutoSaveSettings(); #ifdef Q_OS_OSX