blob: 192db47f2458246965587f99769af7e00b644d8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/src/meshlabserver/meshlabserver.pro b/src/meshlabserver/meshlabserver.pro
index e97962a1..6f3e9f92 100644
--- a/src/meshlabserver/meshlabserver.pro
+++ b/src/meshlabserver/meshlabserver.pro
@@ -29,8 +29,8 @@ win32-msvc2010: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
win32-msvc2012: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
win32-msvc2015: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
win32-g++: LIBS += -L../distrib -lcommon
-linux: LIBS += -L../distrib -lcommon
+linux: LIBS += -L../distrib -lcommon -lGLU
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
|