31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
|
---
|
||
|
librecad/src/src.pro | 1 -
|
||
|
scripts/postprocess-unix.sh | 2 +-
|
||
|
2 files changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
||
|
Index: LibreCAD-2.0.2/librecad/src/src.pro
|
||
|
===================================================================
|
||
|
--- LibreCAD-2.0.2.orig/librecad/src/src.pro
|
||
|
+++ LibreCAD-2.0.2/librecad/src/src.pro
|
||
|
@@ -58,7 +58,6 @@ unix {
|
||
|
DEFINES += QC_APPDIR="\"librecad\""
|
||
|
DEFINES += QINITIMAGES_LIBRECAD="qInitImages_librecad"
|
||
|
RC_FILE = ../res/main/librecad.icns
|
||
|
- QMAKE_POST_LINK = cd $$_PRO_FILE_PWD_/../.. && scripts/postprocess-unix.sh
|
||
|
}
|
||
|
}
|
||
|
win32 {
|
||
|
Index: LibreCAD-2.0.2/scripts/postprocess-unix.sh
|
||
|
===================================================================
|
||
|
--- LibreCAD-2.0.2.orig/scripts/postprocess-unix.sh
|
||
|
+++ LibreCAD-2.0.2/scripts/postprocess-unix.sh
|
||
|
@@ -3,7 +3,7 @@
|
||
|
THISDIR="`pwd`"
|
||
|
LCDIR="${THISDIR}/librecad"
|
||
|
PIDIR="${THISDIR}/plugins"
|
||
|
-RESOURCEDIR="${THISDIR}/unix/resources"
|
||
|
+RESOURCEDIR=$BUILDDIR
|
||
|
TSDIRLC="${LCDIR}/ts"
|
||
|
TSDIRPI="${PIDIR}/ts"
|
||
|
SPTDIR="${LCDIR}/support"
|