updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / scidavis / qwt5.patch
blobcf422ac8d2d9ddd9844aba994f44565780409954
1 *** scidavis.pro-old 2011-08-07 02:40:22.794577716 +0200
2 --- scidavis.pro 2011-08-07 02:40:50.047911224 +0200
3 ***************
4 *** 102,108 ****
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
12 --- 102,108 ----
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
20 ***************
21 *** 110,116 ****
22 ## cause problems.
23 unix:INCLUDEPATH += /usr/include/qwtplot3d
24 unix:LIBS += -lqwtplot3d
25 ! unix:LIBS += -lqwt
26 ##dynamically link against GSL and zlib installed system-wide
27 unix:LIBS += -lgsl -lgslcblas -lz -lmuparser
29 --- 110,116 ----
30 ## cause problems.
31 unix:INCLUDEPATH += /usr/include/qwtplot3d
32 unix:LIBS += -lqwtplot3d
33 ! unix:LIBS += -lqwt5
34 ##dynamically link against GSL and zlib installed system-wide
35 unix:LIBS += -lgsl -lgslcblas -lz -lmuparser