aboutsummaryrefslogtreecommitdiff
blob: 755d0c05846b174f7d002ffb50fb5f1da5b7de0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- fitRational0.pro.orig	2007-09-28 22:45:35.000000000 +0700
+++ fitRational0.pro	2007-09-28 22:48:13.000000000 +0700
@@ -12,10 +12,6 @@
 DESTDIR           = ../
  
-# statically link against GSL in 3rdparty
-INCLUDEPATH += ../../3rdparty/gsl
-LIBS         += ../3rdparty/gsl/lib/libgsl.a
-LIBS         += ../3rdparty/gsl/lib/libgslcblas.a
-#dynamically link against GSL installed system-wide
-#unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas
+INCLUDEPATH += /usr/include/gsl
+LIBS         += -lgsl -lgslcblas
 
 target.path=/usr/lib$${libsuff}/qtiplot/plugins