Ticket #23929: patch-build.conf.example.diff

File patch-build.conf.example.diff, 5.3 KB (added by nicos_pavlov@…, 14 years ago)
  • build.conf.example

    old new  
    99# Global include path which is always added at the end of the INCLUDEPATH
    1010SYS_INCLUDEPATH = /opt/local/include
    1111# Global lib path and libs which is ls always added at the end of LIBS
    12 SYS_LIBS = -L/opt/local/lib
     12SYS_LIBS = -L/opt/local/lib -lz
    1313
    1414##########################################################
    1515## muParser (http://muparser.sourceforge.net/)
    1616##########################################################
    1717
    1818# include path. leave it blank to use SYS_INCLUDE
    19 MUPARSER_INCLUDEPATH = $$QTI_ROOT/3rdparty/muparser/include
     19#MUPARSER_INCLUDEPATH = $$QTI_ROOT/3rdparty/muparser/include
    2020# link statically against a copy in 3rdparty/
    21 MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a
     21#MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a
    2222# or dynamically against a system-wide installation
    23 #MUPARSER_LIBS = -lmuparser
     23MUPARSER_LIBS = -lmuparser
    2424
    2525##########################################################
    2626## GNU Sientific Library (http://www.gnu.org/software/gsl/)
    2727##########################################################
    2828
    2929# include path. leave it blank to use SYS_INCLUDE
    30 GSL_INCLUDEPATH = $$QTI_ROOT/3rdparty/gsl/include
     30#GSL_INCLUDEPATH = $$QTI_ROOT/3rdparty/gsl/include
    3131# link statically against a copy in 3rdparty/
    32 GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \
    33            $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a
     32#GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \
     33#           $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a
    3434# or dynamically against a system-wide installation
    35 #GSL_LIBS = -lgsl -lgslcblas
     35GSL_LIBS = -lgsl -lgslcblas
    3636
    3737##########################################################
    3838## Boost libraries (http://www.boost.org/)
    3939##########################################################
    4040
    4141# include path. leave it blank to use SYS_INCLUDE
    42 BOOST_INCLUDEPATH = $$QTI_ROOT/3rdparty/boost
     42#BOOST_INCLUDEPATH = $$QTI_ROOT/3rdparty/boost
    4343# link statically against a copy in 3rdparty/
    44 unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \
    45                                    $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a
    46 win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \
    47                                    $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib
     44#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \
     45#                                  $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a
     46#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \
     47#                                  $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib
    4848# or dynamically against a system-wide installation
    49 #BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
     49BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
    5050
    5151##########################################################
    5252## QWT - use local copy till upstream catches up
     
    7575###########################################################
    7676
    7777# include path.
    78 XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/libxls/include/
     78#XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/libxls/include/
    7979# link locally against a copy in 3rdparty/
    80 XLS_LIBS = $$QTI_ROOT/3rdparty/libxls/lib/libxlsreader.a
     80#XLS_LIBS = $$QTI_ROOT/3rdparty/libxls/lib/libxlsreader.a
    8181
    8282###########################################################
    8383## QuaZIP - optional. you don't have to set these variables
     
    8585###########################################################
    8686
    8787# include path.
    88 QUAZIP_INCLUDEPATH = $$QTI_ROOT/3rdparty/quazip/quazip/
     88#QUAZIP_INCLUDEPATH = $$QTI_ROOT/3rdparty/quazip/quazip/
    8989# link locally against a copy in 3rdparty/
    90 QUAZIP_LIBS = $$QTI_ROOT/3rdparty/quazip/lib/libquazip.a
     90#QUAZIP_LIBS = $$QTI_ROOT/3rdparty/quazip/lib/libquazip.a
    9191
    9292##########################################################
    9393## libpng - optional. you don't have to set these variables
    9494##########################################################
    9595
    9696# include path. leave it blank to use SYS_INCLUDE
    97 LIBPNG_INCLUDEPATH = $$QTI_ROOT/3rdparty/libpng/
     97#LIBPNG_INCLUDEPATH = $$QTI_ROOT/3rdparty/libpng/
    9898# link statically against a copy in 3rdparty/
    99 LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a
     99#LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a
    100100# or dynamically against a system-wide installation
    101 #LIBPNG_LIBS = -lpng
     101LIBPNG_LIBS = -lpng
    102102
    103103##########################################################
    104104## EmfEngine - optional. you don't have to set these variables
     
    106106##########################################################
    107107
    108108# include path.
    109 EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src
     109#EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src
    110110# link locally against a copy in 3rdparty/
    111 EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a
     111#EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a
    112112
    113113##########################################################
    114114## python - only used if python is needed
     
    132132contains( TARGET, qtiplot ) {
    133133  # building without muParser doesn't work yet
    134134  SCRIPTING_LANGS += muParser
    135   SCRIPTING_LANGS += Python
     135#  SCRIPTING_LANGS += Python
    136136
    137137  # a console displaying output of scripts; particularly useful on Windows
    138138  # where running QtiPlot from a terminal is inconvenient