From: ageay Date: Mon, 2 Oct 2006 14:33:19 +0000 (+0000) Subject: Suppress static reference to hxx2salome bin on compiltime. X-Git-Tag: NPAL14357 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a9607a209bd23032fe6e57fd6d7cdf17da6de4f5;p=tools%2Fhxx2salome.git Suppress static reference to hxx2salome bin on compiltime. --- diff --git a/src/hxx2salome.ui.h b/src/hxx2salome.ui.h index d72a913..5d1cccd 100644 --- a/src/hxx2salome.ui.h +++ b/src/hxx2salome.ui.h @@ -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())