updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scidavis / scidavis.pro.patch
blob13286c4d03ad070fa614f4d730d8baf8cc294dc9
1 --- scidavis.pro.orig 2010-03-12 19:40:49.000000000 +0100
2 +++ scidavis.pro 2010-03-12 19:42:34.000000000 +0100
3 @@ -87,32 +87,32 @@
4 ### are compiled against Qt4), dynamically against everything else.
5 #############################################################################
7 -unix:INCLUDEPATH += ../3rdparty/qwtplot3d/include
8 -unix:LIBS += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
9 +#unix:INCLUDEPATH += ../3rdparty/qwtplot3d/include
10 +#unix:LIBS += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
12 -unix:INCLUDEPATH += ../3rdparty/qwt/src
13 -unix:LIBS += ../3rdparty/qwt/lib/libqwt.a
14 +#unix:INCLUDEPATH += ../3rdparty/qwt/src
15 +#unix:LIBS += ../3rdparty/qwt/lib/libqwt.a
17 -unix:LIBS += -L/usr/lib$${libsuff}
18 -unix:LIBS += -lgsl -lgslcblas -lz
19 -unix:LIBS += -lmuparser
20 -unix:INCLUDEPATH += /usr/include/muParser
21 +#unix:LIBS += -L/usr/lib$${libsuff}
22 +#unix:LIBS += -lgsl -lgslcblas -lz
23 +#unix:LIBS += -lmuparser
24 +#unix:INCLUDEPATH += /usr/include/muParser
26 #############################################################################
27 ### Link everything dynamically
28 #############################################################################
30 -#unix:INCLUDEPATH += /usr/include/qwt5
31 -#unix:LIBS += -L/usr/lib$${libsuff}
32 +unix:INCLUDEPATH += /usr/include/qwt
33 +unix:LIBS += -L/usr/lib$${libsuff}
34 ## dynamically link against Qwt(3D) installed system-wide
35 ## WARNING: make sure they are compiled against >= Qt4.2
36 ## Mixing Qt 4.2 and Qt >= 4.3 compiled stuff may also
37 ## cause problems.
38 -#unix:INCLUDEPATH += /usr/include/qwtplot3d
39 -#unix:LIBS += -lqwtplot3d
40 -#unix:LIBS += -lqwt
41 +unix:INCLUDEPATH += /usr/include/qwtplot3d
42 +unix:LIBS += -lqwtplot3d
43 +unix:LIBS += -lqwt
44 ##dynamically link against GSL and zlib installed system-wide
45 -#unix:LIBS += -lgsl -lgslcblas -lz -lmuparser
46 +unix:LIBS += -lgsl -lgslcblas -lz -lmuparser
48 #############################################################################
49 ### Default settings for Windows