]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PAL10376: Add QT_CLEAN_NAMESPACE macro definition to avoid compilation problems on...
authorvsr <vsr@opencascade.com>
Wed, 30 Nov 2005 17:11:27 +0000 (17:11 +0000)
committervsr <vsr@opencascade.com>
Wed, 30 Nov 2005 17:11:27 +0000 (17:11 +0000)
salome_adm/unix/config_files/check_qt.m4

index 3faa1e990dd1076a526628175ecb53028d9c20e0..ab2869c21b1cc31c76d888a91a7d219ff72715fe 100644 (file)
@@ -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