2014-05-10 00:17:54 +00:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2012-05-11 08:16:47.544680812 +0200
|
|
|
|
Upstream: depending on whether it is considered an upstream bug or
|
|
|
|
not, it should be sent
|
|
|
|
|
|
|
|
Look in the right spot for plugins.
|
|
|
|
|
|
|
|
---
|
|
|
|
librecad/src/lib/engine/rs_system.cpp | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
2023-09-04 10:47:57 +00:00
|
|
|
Index: LibreCAD-2.2.0.2/librecad/src/lib/engine/rs_system.cpp
|
2014-05-10 00:17:54 +00:00
|
|
|
===================================================================
|
2023-09-04 10:47:57 +00:00
|
|
|
--- LibreCAD-2.2.0.2.orig/librecad/src/lib/engine/rs_system.cpp
|
|
|
|
+++ LibreCAD-2.2.0.2/librecad/src/lib/engine/rs_system.cpp
|
|
|
|
@@ -635,6 +635,9 @@ QStringList RS_System::getDirectoryList(
|
2014-05-10 00:17:54 +00:00
|
|
|
}
|
|
|
|
RS_SETTINGS->endGroup();
|
|
|
|
|
|
|
|
+ if (subDirectory == "plugins")
|
|
|
|
+ dirList.append("##LIBDIR##" + appDirName + "/" + subDirectory);
|
|
|
|
+
|
|
|
|
QStringList ret;
|
|
|
|
|
|
|
|
RS_DEBUG->print("RS_System::getDirectoryList: Paths:");
|