mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
31 lines
751 B
Plaintext
31 lines
751 B
Plaintext
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 -lGLU
|
|
|
|
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
|
|
|
|
QWT3D_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwtplot3d/include
|
|
QWT3D_LIBS = $$QTI_ROOT/3rdparty/qwtplot3d/lib/libqwtplot3d.a
|
|
|
|
LIBPNG_INCLUDEPATH =
|
|
LIBPNG_LIBS = -lpng
|
|
|
|
contains( TARGET, qtiplot ) {
|
|
SCRIPTING_LANGS += muParser
|
|
SCRIPTING_LANGS += Python
|
|
DEFINES += SCRIPTING_CONSOLE
|
|
CONFIG += CustomInstall
|
|
|
|
CONFIG += release
|
|
}
|