]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fixing a bug : Salome GUI style needs addLibraryPath() method to be called
authorvsr <vsr@opencascade.com>
Tue, 21 Jun 2005 06:24:27 +0000 (06:24 +0000)
committervsr <vsr@opencascade.com>
Tue, 21 Jun 2005 06:24:27 +0000 (06:24 +0000)
src/Session/SALOME_Session_Server.cxx

index 42ef5ec28aa891ce5004b3305e26402fa001aaf3..1d3af0a513c41506bf58ab43f4fbba5755c9c160 100755 (executable)
@@ -176,12 +176,12 @@ int main(int argc, char **argv)
   // qApp used for detection of the executable dir path.
   SALOME_QApplication _qappl( argc, argv );
   ASSERT( QObject::connect(&_qappl, SIGNAL( lastWindowClosed() ), &_qappl, SLOT( quit() ) ) );
+  QString path( ::getenv( "GUI_ROOT_DIR" ) );
+  if ( !path.isEmpty() )
+    path += QDir::separator();
+  path += QString( "bin/salome" );
+  _qappl.addLibraryPath( path );
   _qappl.setStyle( "salome" );
-  /*
-  QStringList lst = _qappl.libraryPaths();
-  for ( QStringList::const_iterator it = lst.begin(); it != lst.end(); ++it )
-    printf( "=====> Library path: %s\n", (*it).latin1() );
-  */
 
   /*
     Python initialisation : only once