X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2Fqt-x11-free-3.0.5.sh;h=7c5d00f5e174fe328dc51ab9891e2e9a2da5a3ab;hb=f111a662a7320e1a522e76494da2ecf443aa5dc7;hp=b0d0218a28c089c50b65934b7e4d53b322451529;hpb=e257e06c1f56996a0d6e1285229e0bd3a27de2cf;p=tools%2Finstall.git diff --git a/config_files/qt-x11-free-3.0.5.sh b/config_files/qt-x11-free-3.0.5.sh index b0d0218..7c5d00f 100755 --- a/config_files/qt-x11-free-3.0.5.sh +++ b/config_files/qt-x11-free-3.0.5.sh @@ -75,7 +75,7 @@ export QTDIR=${PRODUCT_DIR} QT_FLAGS="-release -thread -shared -qt-gif -platform linux-g++" ### use system graphics libraries -QT_FLAGS=$QT_FLAGS" -system-libpng -system-libjpeg -system-libmng" +QT_FLAGS=$QT_FLAGS" -system-libpng -system-libjpeg -system-libmng -lpng -lmng -ljpeg" ### link also with Mesa if it is previously installed if [ -n "$MESA_HOME" ]; then QT_FLAGS=$QT_FLAGS" -I${MESA_HOME}/include/GL -L${MESA_HOME}/lib -L/usr/lib -lglide3"