Salome HOME
Suppress static reference to hxx2salome bin on compiltime. NPAL14357 V3_2_3 V3_2_3pre1 V3_2_3pre2 V3_2_3pre4 V3_2_3pre5 V3_2_4 V3_2_4_delivery V3_2_4pre1 V3_2_4pre2 V3_2_5 V3_2_5pre1
authorageay <ageay>
Mon, 2 Oct 2006 14:33:19 +0000 (14:33 +0000)
committerageay <ageay>
Mon, 2 Oct 2006 14:33:19 +0000 (14:33 +0000)
src/hxx2salome.ui.h

index d72a91355bd6145057b950a22a0ba685c7f6b2bd..5d1cccdea3d833b81a7b9670307f951f7506dd31 100644 (file)
@@ -203,9 +203,7 @@ void HXX2Salome::shellChanged(int n)
 void HXX2Salome::GenerateButton_pressed()
 {
     QString command;
-    command = "export HXX2SALOME_ROOT_DIR=";
-    command += BINDIR;
-    command += "; $HXX2SALOME_ROOT_DIR/hxx2salome ";
+    command = "$HXX2SALOME_ROOT_DIR/hxx2salome ";
     if (makeGUI->isChecked())
         command += " \"-g\" ";
     if (Compile->isChecked())