From a9607a209bd23032fe6e57fd6d7cdf17da6de4f5 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 2 Oct 2006 14:33:19 +0000 Subject: [PATCH] Suppress static reference to hxx2salome bin on compiltime. --- src/hxx2salome.ui.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()) -- 2.39.2