Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144286
Collapse All | Expand All

(-)qtiplot.pro.orig (-12 / +7 lines)
Lines 18-35 Link Here
18
#!!! Warning: You must modify these paths according to your computer settings
18
#!!! Warning: You must modify these paths according to your computer settings
19
############################################################################# 
19
############################################################################# 
20
20
21
LIBS         +=  /usr/lib/qt3/lib$${libsuff}/libqassistantclient.a
21
LIBS         +=  /usr/qt/3/lib$${libsuff}/libqassistantclient.a
22
22
23
############################################################################# 
23
############################################################################# 
24
##################### 3rd PARTY HEADER FILES SECTION ########################
24
##################### 3rd PARTY HEADER FILES SECTION ########################
25
#!!! Warning: You must modify these paths according to your computer settings
25
#!!! Warning: You must modify these paths according to your computer settings
26
#############################################################################
26
#############################################################################
27
27
28
INCLUDEPATH       += ../3rdparty/qwt/src
28
INCLUDEPATH       += /usr/include/qwt5
29
INCLUDEPATH       += ../3rdparty/qwtplot3d/include
29
INCLUDEPATH       += /usr/include/qwtplot3d
30
INCLUDEPATH		  += ../3rdparty/liborigin
30
INCLUDEPATH  += /usr/include/gsl
31
INCLUDEPATH  += ../3rdparty/gsl/include
32
INCLUDEPATH       += ../3rdparty/zlib123/include
33
31
34
############################################################################# 
32
############################################################################# 
35
##################### 3rd PARTY LIBRARIES SECTION ###########################
33
##################### 3rd PARTY LIBRARIES SECTION ###########################
Lines 38-48 Link Here
38
36
39
##################### Linux (Mac OS X) ###################################### 
37
##################### Linux (Mac OS X) ###################################### 
40
38
41
LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
39
LIBS         += -L_LIBDIR_ -lz -lqwtplot3d /usr/lib/libqwt.so.5 -lorigin
42
LIBS         += ../3rdparty/qwt/lib/libqwt.a
40
LIBS         += /usr/lib/libgsl.a
43
LIBS         += ../3rdparty/liborigin/liborigin.a
41
LIBS         += /usr/lib/libgslcblas.a
44
LIBS         += ../3rdparty/gsl/lib/libgsl.a
45
LIBS         += ../3rdparty/gsl/lib/libgslcblas.a
46
42
47
target.path=/usr/bin
43
target.path=/usr/bin
48
INSTALLS += target
44
INSTALLS += target
Lines 255-261 Link Here
255
 DEFINES	+= SCRIPTING_DIALOG
251
 DEFINES	+= SCRIPTING_DIALOG
256
252
257
# Python support is unstable; use at your own risk
253
# Python support is unstable; use at your own risk
258
SCRIPTING_LANGS += Python
259
254
260
##################### Default: muParser v1.26 #################
255
##################### Default: muParser v1.26 #################
261
contains(SCRIPTING_LANGS, muParser) {
256
contains(SCRIPTING_LANGS, muParser) {

Return to bug 144286