From: TMA salome Date: Wed, 16 Jun 2010 07:45:13 +0000 (+0000) Subject: Fix compilation issue with Salome 5.1.4 X-Git-Tag: V5_1_4~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3740e73aca301e097f29296b69a615983a8f1d1f;p=modules%2Feficas.git Fix compilation issue with Salome 5.1.4 --- diff --git a/src/EFICASGUI/Makefile.in b/src/EFICASGUI/Makefile.in index cf43bb34..fb295a12 100644 --- a/src/EFICASGUI/Makefile.in +++ b/src/EFICASGUI/Makefile.in @@ -28,14 +28,9 @@ LIB_CLIENT_IDL = LIB_SERVER_IDL = -# .po files to transform in .qm -PO_FILES = EFICAS_msg_en.po EFICAS_icons.po - EXPORT_PYSCRIPTS = \ colors.py\ cabri.py\ -SelectMeshDiag_ui.py\ -SelectMainShapeDiag_ui.py\ EFICASGUI.py \ eficasSalome.py \ @@ -44,10 +39,5 @@ eficasSalome.py \ # PN On l enleve #EXPORT_PYSCRIPTS+=eficas_etude.py -# On utilise le pyuic trouvé par le configure plutôt que celui se trouvant dans l'environnement -PYUIC = pyuic -%.py:%.ui - $(PYUIC) $< -o $@ - @CONCLUDE@ diff --git a/src/EFICASGUI/SelectMainShapeDiag_ui.ui b/src/EFICASGUI/SelectMainShapeDiag_ui.ui deleted file mode 100644 index add435ae..00000000 --- a/src/EFICASGUI/SelectMainShapeDiag_ui.ui +++ /dev/null @@ -1,138 +0,0 @@ - -SelectMainShapeDiag - - - SelectMainShapeDiag - - - - 0 - 0 - 373 - 260 - - - - SALOME - Main Shape Selection - - - true - - - - unnamed - - - - textLabel2 - - - Select the main shape you want to work on - - - - - - New Item - - - - lbMainShapes - - - - - Layout1 - - - - unnamed - - - 0 - - - 6 - - - - buttonHelp - - - &Help - - - F1 - - - true - - - - - Horizontal Spacing2 - - - Horizontal - - - Expanding - - - - 20 - 20 - - - - - - buttonOk - - - &OK - - - - - - true - - - true - - - - - buttonCancel - - - &Cancel - - - - - - true - - - - - - - - - buttonOk - clicked() - SelectMainShapeDiag - accept() - - - buttonCancel - clicked() - SelectMainShapeDiag - reject() - - - - diff --git a/src/EFICASGUI/SelectMeshDiag_ui.ui b/src/EFICASGUI/SelectMeshDiag_ui.ui deleted file mode 100644 index d50d57be..00000000 --- a/src/EFICASGUI/SelectMeshDiag_ui.ui +++ /dev/null @@ -1,146 +0,0 @@ - -SelectMeshDiag - - - SelectMeshDiag - - - - 0 - 0 - 400 - 392 - - - - SALOME - Mesh Selection - - - true - - - - unnamed - - - - textLabel2 - - - Select the mesh you want to work on - - - - - Layout1 - - - - unnamed - - - 0 - - - 6 - - - - buttonHelp - - - &Help - - - F1 - - - true - - - - - Horizontal Spacing2 - - - Horizontal - - - Expanding - - - - 20 - 20 - - - - - - buttonOk - - - &OK - - - - - - true - - - true - - - - - buttonCancel - - - &Cancel - - - - - - true - - - - - - - cbAgain - - - Don't ask again - - - - - - New Item - - - - lbMeshes - - - - - - - buttonOk - clicked() - SelectMeshDiag - accept() - - - buttonCancel - clicked() - SelectMeshDiag - reject() - - - -