Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -urN src/meshlab/src/meshlab/meshlab.pro.orig src/meshlab/src/meshlab/meshlab.pro
- --- src/meshlab/src/meshlab/meshlab.pro.orig 2018-03-17 09:34:30.808689348 -0400
- +++ src/meshlab/src/meshlab/meshlab.pro 2018-03-17 09:46:00.396338418 -0400
- @@ -155,7 +155,7 @@
- #}
- linux:LIBS += -L$$PWD/../external/lib/linux -ljhead -L../distrib -lcommon -lGLU
- -linux:QMAKE_RPATHDIR += ../distrib
- +linux:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
- # uncomment in your local copy only in emergency cases.
- # We should never be too permissive
- diff -urN src/meshlab/src/meshlabserver/meshlabserver.pro.orig src/meshlab/src/meshlabserver/meshlabserver.pro
- --- src/meshlab/src/meshlabserver/meshlabserver.pro.orig 2018-03-17 09:34:30.809689366 -0400
- +++ src/meshlab/src/meshlabserver/meshlabserver.pro 2018-03-17 09:43:48.024718376 -0400
- @@ -30,7 +30,7 @@
- win32-msvc2015: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
- win32-g++: LIBS += -L../distrib -lcommon
- linux: LIBS += -L../distrib -lcommon
- -linux:QMAKE_RPATHDIR += ../distrib
- +linux:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
- #CONFIG (release,debug | release) {
- # win32-msvc2005:release: LIBS += -L../common/release -lcommon
- # win32-msvc2008:release: LIBS += -L../common/release -lcommon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement