From: vsr Date: Wed, 30 Nov 2005 17:11:27 +0000 (+0000) Subject: PAL10376: Add QT_CLEAN_NAMESPACE macro definition to avoid compilation problems on... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7ec6cd4a7242eaa4c7a497a46bb240a829ed942;p=modules%2Fkernel.git PAL10376: Add QT_CLEAN_NAMESPACE macro definition to avoid compilation problems on some platforms --- diff --git a/salome_adm/unix/config_files/check_qt.m4 b/salome_adm/unix/config_files/check_qt.m4 index 3faa1e990..ab2869c21 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