]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Report d'une correction de la V310
authorboulant <boulant>
Thu, 8 Dec 2005 15:01:14 +0000 (15:01 +0000)
committerboulant <boulant>
Thu, 8 Dec 2005 15:01:14 +0000 (15:01 +0000)
salome_adm/unix/config_files/check_qt.m4

index 601bc61c187fc976ef2a96dadbe88a103b5639ed..3fe9ad7ea4a7973c99b2c2625fbf18a346c01717 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