ports/cad/qcad/patches/patch-qcad_pro

16 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
disable searching outside of the source directory
Index: qcad.pro
--- qcad.pro.orig
+++ qcad.pro
@@ -11,9 +11,6 @@ win32 {
SUBDIRS += ..\\$$dir
}
}
-else {
- SUBDIRS += $$system("ls -d ../qcad?* 2>/dev/null | grep -v $(basename $(pwd))$")
-}
!r_mobile {
exists(support) {