DISABLE_GLVIEWER="no"
DISABLE_PLOT2DVIEWER="no"
DISABLE_SUPERVGRAPHVIEWER="no"
+DISABLE_QXGRAPHVIEWER="no"
DISABLE_OCCVIEWER="no"
DISABLE_VTKVIEWER="no"
DISABLE_SALOMEOBJECT="no"
-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)
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
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