From: boulant Date: Thu, 8 Dec 2005 15:01:14 +0000 (+0000) Subject: Report d'une correction de la V310 X-Git-Tag: BR_auto_V310a2__v_0_3~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc95f9947a0413a049b5b1822d67c825043a41f7;p=modules%2Fkernel.git Report d'une correction de la V310 --- diff --git a/salome_adm/unix/config_files/check_qt.m4 b/salome_adm/unix/config_files/check_qt.m4 index 601bc61c1..3fe9ad7ea 100644 --- a/salome_adm/unix/config_files/check_qt.m4 +++ b/salome_adm/unix/config_files/check_qt.m4 @@ -104,8 +104,8 @@ then AC_MSG_RESULT(QTDIR environment variable may be wrong) else AC_MSG_RESULT(yes) - QT_INCLUDES="-I${QT_ROOT}/include${QTINC} -DQT_THREAD_SUPPORT" - QT_MT_INCLUDES="-I${QT_ROOT}/include${QTINC} -DQT_THREAD_SUPPORT" + QT_INCLUDES="-I${QT_ROOT}/include${QTINC} -DQT_THREAD_SUPPORT -DQT_CLEAN_NAMESPACE" + QT_MT_INCLUDES="-I${QT_ROOT}/include${QTINC} -DQT_THREAD_SUPPORT -DQT_CLEAN_NAMESPACE" fi fi