From: mkr Date: Wed, 27 Jun 2007 13:08:42 +0000 (+0000) Subject: Porting to Qt4. X-Git-Tag: qt4_porting_delivery_220807~132 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36330b9fe09f36f0e19d6c1bdab689832ff6142e;p=modules%2Fgui.git Porting to Qt4. --- diff --git a/configure.ac b/configure.ac index 1247bac31..c723954b5 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,9 @@ if test "x${enable_qxGraphViewer}" != "xno" ; then else DISABLE_QXGRAPHVIEWER="yes" fi - +dnl THIS IS A TEMPORARY SOLUTION BECAUSE QXGRAPH NOT YET PORTING TO QT4 +dnl AFTER PORTING QXGARPH TO QT4 THE STRING BELOW HAVE TO BE REMOVED +DISABLE_QXGRAPHVIEWER="yes" dnl dnl Initialize source and build root directories @@ -456,10 +458,12 @@ if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then echo "failed : for full configuration of GUI module necessary enable SalomeObject !" exit fi - if test "x${DISABLE_QXGRAPHVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable QxGraphViewer !" - exit - fi + dnl THIS IS A TEMPORARY SOLUTION BECAUSE QXGRAPH NOT YET PORTING TO QT4 + dnl AFTER PORTING QXGARPH TO QT4 THE FOLLOWING CHECK HAVE TO BE UNCOMMENTED + dnl if test "x${DISABLE_QXGRAPHVIEWER}" == "xyes" ; then + dnl echo "failed : for full configuration of GUI module necessary enable QxGraphViewer !" + dnl exit + dnl fi fi echo