Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 12fab4aa281711c70b76b8e6fd878393 > files > 4

scidavis-0.2.4-7.mga3.src.rpm

Index: scidavis-0.2.4/scidavis/scidavis.pro
===================================================================
--- scidavis-0.2.4.orig/scidavis/scidavis.pro	2009-10-06 15:24:55.000000000 +0000
+++ scidavis-0.2.4/scidavis/scidavis.pro	2012-03-26 21:35:13.124526586 +0000
@@ -87,14 +87,11 @@
 ### are compiled against Qt4), dynamically against everything else.
 #############################################################################
 
-unix:INCLUDEPATH  += ../3rdparty/qwtplot3d/include
-unix:LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
 
-unix:INCLUDEPATH  += ../3rdparty/qwt/src
-unix:LIBS         += ../3rdparty/qwt/lib/libqwt.a
 
 unix:LIBS         += -L/usr/lib$${libsuff}
 unix:LIBS         += -lgsl -lgslcblas -lz
+unix:LIBS         += -lGLU
 unix:LIBS         += -lmuparser
 unix:INCLUDEPATH  += /usr/include/muParser
 
@@ -102,17 +99,17 @@
 ### Link everything dynamically
 #############################################################################
 
-#unix:INCLUDEPATH  += /usr/include/qwt5
-#unix:LIBS         += -L/usr/lib$${libsuff}
+unix:INCLUDEPATH  += /usr/include/qwt
+unix:LIBS         += -L/usr/lib$${libsuff}
 ## dynamically link against Qwt(3D) installed system-wide
 ## WARNING: make sure they are compiled against >= Qt4.2
 ## Mixing Qt 4.2 and Qt >= 4.3 compiled stuff may also 
 ## cause problems.
-#unix:INCLUDEPATH  += /usr/include/qwtplot3d
-#unix:LIBS         += -lqwtplot3d
-#unix:LIBS         += -lqwt
+unix:INCLUDEPATH  += /usr/include/qwtplot3d
+unix:LIBS         += -lqwtplot3d
+unix:LIBS         += -lqwt
 ##dynamically link against GSL and zlib installed system-wide
-#unix:LIBS         += -lgsl -lgslcblas -lz -lmuparser
+unix:LIBS         += -lgsl -lgslcblas -lz -lmuparser
 
 #############################################################################
 ### Default settings for Windows