From 23e5c88925b36a3d7c3fd31be67236f22da41f58 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 May 2018 12:12:52 +0200 Subject: More debug output when failing to load resource plugins. --- common/resource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/resource.cpp b/common/resource.cpp index cd0c4e0..706d8ba 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -124,6 +124,7 @@ ResourceFactory *ResourceFactory::load(const QByteArray &resourceName) } qWarning() << "Failed to find factory for resource:" << resourceName; + qWarning() << "Looked into the following directories: " << QCoreApplication::instance()->libraryPaths(); return nullptr; } -- cgit v1.2.3