From d817fb28ec14428fe5ec6233f6785c3961b12e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Thu, 26 Feb 2026 21:51:33 +0100 Subject: [PATCH] Don't fail on non-existent plugins directory. When no plugins are available, Qt doesn't create a folder for them. For example, Qt might build with printsupport, but not create the printsupport plugins directory, because CUPS isn't installed and no libcupsprintersupport.so plugin was built. --- src/deployers/BasicPluginsDeployer.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/deployers/BasicPluginsDeployer.cpp b/src/deployers/BasicPluginsDeployer.cpp index 9014bb3..0aadbce 100644 --- a/src/deployers/BasicPluginsDeployer.cpp +++ b/src/deployers/BasicPluginsDeployer.cpp @@ -38,6 +38,10 @@ bool BasicPluginsDeployer::deployStandardQtPlugins(const std::vectorpath().extension() == ".debug") { ldLog() << LD_DEBUG << "skipping .debug file:" << i->path() << std::endl;