summaryrefslogtreecommitdiffstats
path: root/pkgs/kde/plasma/aurorae/0001-follow-symlinks.patch
blob: 0832ea4f6ff8b4b1d154e335d164677d3383cdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/v1/aurorae.cpp
+++ b/v1/aurorae.cpp
@@ -201,7 +201,7 @@ void Helper::init()
     // so let's try to locate our plugin:
     QString pluginPath;
     for (const QString &path : m_engine->importPathList()) {
-        QDirIterator it(path, QDirIterator::Subdirectories);
+        QDirIterator it(path, QDirIterator::Subdirectories | QDirIterator::FollowSymlinks);
         while (it.hasNext()) {
             it.next();
             QFileInfo fileInfo = it.fileInfo();