From: mkr Date: Fri, 29 Feb 2008 15:30:47 +0000 (+0000) Subject: Link to native /usr/lib/qt4 directory. X-Git-Tag: V5_0_0a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e7fe2acc7844768f9d66b1f2b57dabdb808cb2c2;p=modules%2Fgui.git Link to native /usr/lib/qt4 directory. --- diff --git a/adm_local/unix/config_files/check_qwt.m4 b/adm_local/unix/config_files/check_qwt.m4 index f5bb45250..8ce6420b7 100644 --- a/adm_local/unix/config_files/check_qwt.m4 +++ b/adm_local/unix/config_files/check_qwt.m4 @@ -52,7 +52,7 @@ if test -z $QWTHOME; then QWT_INCLUDES=$QWTHOME"/include" fi if test ! -f $QWT_INCLUDES/qwt.h ; then - QWT_INCLUDES=/usr/lib/qt3/include/qwt + QWT_INCLUDES=/usr/lib/qt4/include/qwt fi fi fi