1 *** scidavis.pro-old 2011-08-07 02:40:22.794577716 +0200
2 --- scidavis.pro 2011-08-07 02:40:50.047911224 +0200
5 ### Link everything dynamically
6 #############################################################################
8 ! unix:INCLUDEPATH += /usr/include/qwt
9 unix:LIBS += -L/usr/lib$${libsuff}
10 ## dynamically link against Qwt(3D) installed system-wide
11 ## WARNING: make sure they are compiled against >= Qt4.2
13 ### Link everything dynamically
14 #############################################################################
16 ! unix:INCLUDEPATH += /usr/include/qwt5
17 unix:LIBS += -L/usr/lib$${libsuff}
18 ## dynamically link against Qwt(3D) installed system-wide
19 ## WARNING: make sure they are compiled against >= Qt4.2
23 unix:INCLUDEPATH += /usr/include/qwtplot3d
24 unix:LIBS += -lqwtplot3d
26 ##dynamically link against GSL and zlib installed system-wide
27 unix:LIBS += -lgsl -lgslcblas -lz -lmuparser
31 unix:INCLUDEPATH += /usr/include/qwtplot3d
32 unix:LIBS += -lqwtplot3d
34 ##dynamically link against GSL and zlib installed system-wide
35 unix:LIBS += -lgsl -lgslcblas -lz -lmuparser