mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
31 lines
717 B
Plaintext
31 lines
717 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
|
|
|
|
MUPARSER_INCLUDEPATH =
|
|
MUPARSER_LIBS = -lmuparser
|
|
|
|
GSL_INCLUDEPATH =
|
|
GSL_LIBS = -lgsl -lgslcblas
|
|
|
|
BOOST_INCLUDEPATH = $$LOCALBASE/include/boost
|
|
BOOST_LIBS = -lboost_date_time -lboost_thread
|
|
|
|
QWT_INCLUDEPATH = $$QTI_ROOT/3rdparty/qwt/src
|
|
QWT_LIBS = $$QTI_ROOT/3rdparty/qwt/lib/libqwt.a
|
|
|
|
LIBPNG_INCLUDEPATH =
|
|
LIBPNG_LIBS = -lpng
|
|
|
|
contains( TARGET, qtiplot ) {
|
|
SCRIPTING_LANGS += muParser
|
|
SCRIPTING_LANGS += Python
|
|
DEFINES += SCRIPTING_CONSOLE
|
|
CONFIG += CustomInstall
|
|
|
|
CONFIG += release
|
|
}
|