aboutsummaryrefslogtreecommitdiffstats
path: root/cad/qcad/files/patch-shared_app.pri
blob: d7b74079714a0a444d7213f06c8a238ae46fa6b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- shared_app.pri.orig 2013-08-06 17:32:09.000000000 +0200
+++ shared_app.pri  2013-08-08 15:33:45.000000000 +0200
@@ -15,8 +15,8 @@
 
 !r_no_opennurbs {
     LIBS += \
-        -lopennurbs \
-        -lzlib
+        -lopenNURBS \
+        -lz
 }
 
 win32 {
@@ -40,6 +40,10 @@
     LIBS += -lGLU
 }
 
+freebsd-g++ {
+    LIBS += -lGLU -lexecinfo
+}
+
 macx {
     QMAKE_LFLAGS += -framework ApplicationServices
     LIBS += \