From: smh Date: Fri, 27 May 2005 09:51:05 +0000 (+0000) Subject: SMH: Fix of dependency - Session must be independent from SalomeApp X-Git-Tag: T3_0_0_a1~90 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b7b8b9db9302e9c8fdae0809464f223bb2de6111;p=modules%2Fgui.git SMH: Fix of dependency - Session must be independent from SalomeApp --- diff --git a/src/Makefile.in b/src/Makefile.in index d41666b38..ce0501f29 100755 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,7 +34,7 @@ VPATH=.:@srcdir@ SUBDIRS = Qtx SUIT STD CAF CAM SUITApp VTKViewer OCCViewer GLViewer \ LogWindow Event Loader OBJECT Prs PyInterp PythonConsole ObjBrowser \ - RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph Session + RegistryDisplay Plot2d TOOLSGUI SOCC SVTK SPlot2d Session SalomeApp SALOME_SWIG SALOME_PY SUPERVGraph # excluded : SALOME_PYQT @MODULE@ diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index e3505a4fe..6aeb7e868 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -57,7 +57,7 @@ #include "SUIT_MessageBox.h" -#include "SalomeApp_ExceptionHandler.h" +#include "SUIT_ExceptionHandler.h" using namespace std; extern "C" int HandleSignals(QApplication *theQApplication);