From be3a9227b306981997248b3fcf6a5f7683c82d15 Mon Sep 17 00:00:00 2001 From: mkr Date: Wed, 7 Mar 2007 14:04:31 +0000 Subject: [PATCH] QxGraph viewer based on QCanvas (first integration). --- configure.in.base | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configure.in.base b/configure.in.base index de2bdd36f..e5ebf5800 100644 --- a/configure.in.base +++ b/configure.in.base @@ -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 -- 2.39.2