]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
QxGraph viewer based on QCanvas (first integration).
authormkr <mkr@opencascade.com>
Wed, 7 Mar 2007 14:04:31 +0000 (14:04 +0000)
committermkr <mkr@opencascade.com>
Wed, 7 Mar 2007 14:04:31 +0000 (14:04 +0000)
configure.in.base

index de2bdd36f749bc5d06750f89a6bdfea2013cd6b1..e5ebf5800568666643dcd79b85964d8f27d7d169 100644 (file)
@@ -40,6 +40,7 @@ DISABLE_PYCONSOLE="no"
 DISABLE_GLVIEWER="no"
 DISABLE_PLOT2DVIEWER="no"
 DISABLE_SUPERVGRAPHVIEWER="no"
+DISABLE_QXGRAPHVIEWER="no"
 DISABLE_OCCVIEWER="no"
 DISABLE_VTKVIEWER="no"
 DISABLE_SALOMEOBJECT="no"
@@ -58,6 +59,9 @@ do
       -disable-supervGraphViewer=yes | --disable-supervGraphViewer=yes | \
       -disable-supervGraphViewer | --disable-supervGraphViewer)
           DISABLE_SUPERVGRAPHVIEWER="yes";;
+      -disable-qxGraphViewer=yes | --disable-qxGraphViewer=yes | \
+      -disable-qxGraphViewer | --disable-qxGraphViewer)
+          DISABLE_QXGRAPHVIEWER="yes";;          
       -disable-occViewer=yes | --disable-occViewer=yes | -disable-occViewer | --disable-occViewer)
           DISABLE_OCCVIEWER="yes";;
       -disable-vtkViewer=yes | --disable-vtkViewer=yes | -disable-vtkViewer | --disable-vtkViewer)
@@ -374,6 +378,15 @@ echo
 CHECK_SUPERVGRAPHVIEWER
 echo "DISABLE_SUPERVGRAPHVIEWER = "$DISABLE_SUPERVGRAPHVIEWER
 
+echo
+echo ---------------------------------------------
+echo Testing QxGraphViewer
+echo ---------------------------------------------
+echo
+
+CHECK_QXGRAPHVIEWER
+echo "DISABLE_QXGRAPHVIEWER = "$DISABLE_QXGRAPHVIEWER
+
 echo
 echo ---------------------------------------------
 echo Testing OCCViewer
@@ -418,6 +431,10 @@ if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then
     echo "failed : for full configuration of GUI module necessary enable SupervGraphViewer !"
     exit
   fi
+  if test "x${DISABLE_QXGRAPHVIEWER}" == "xyes" ; then
+    echo "failed : for full configuration of GUI module necessary enable QxGraphViewer !"
+    exit
+  fi
   if test "x${DISABLE_OCCVIEWER}" == "xyes" ; then
     echo "failed : for full configuration of GUI module necessary enable OCCViewer !"
     exit