freebsd-ports/math/qtiplot/files/build.conf

31 lines
751 B
Text
Raw Normal View History

2010-01-06 22:07:58 +01:00
isEmpty( QTI_ROOT ) {
message( "each file including this config needs to set QTI_ROOT to the dir containing this file!" )
}
SYS_INCLUDEPATH = $$LOCALBASE/include
SYS_LIBS = -L$$LOCALBASE/lib
2010-01-06 22:07:58 +01:00
MUPARSER_INCLUDEPATH =
MUPARSER_LIBS = -lmuparser
GSL_INCLUDEPATH =
GSL_LIBS = -lgsl -lgslcblas
QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src
QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a
2010-03-12 20:53:20 +01:00
QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include
QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a -lGLU
2010-03-12 20:53:20 +01:00
2010-01-06 22:07:58 +01:00
LIBPNG_INCLUDEPATH =
LIBPNG_LIBS = -lpng
contains( TARGET, qtiplot ) {
SCRIPTING_LANGS += muParser
SCRIPTING_LANGS += Python
DEFINES += SCRIPTING_CONSOLE
CONFIG += CustomInstall
CONFIG += release
}