From: mkr Date: Mon, 24 Mar 2008 11:44:25 +0000 (+0000) Subject: Qt4 porting. X-Git-Tag: V5_0_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c1825499ed3b058cedb84df9b87777323dd22a9;p=plugins%2Fghs3dplugin.git Qt4 porting. --- diff --git a/adm_local/unix/make_common_starter.am b/adm_local/unix/make_common_starter.am index 5339413..c6e076e 100644 --- a/adm_local/unix/make_common_starter.am +++ b/adm_local/unix/make_common_starter.am @@ -36,10 +36,10 @@ docdir = $(datadir)/doc/@PACKAGE@ $(MOC) $< -o $@ # qm-files generation -%.qm: %.po - $(MSG2QM) $< $@ +%.qm: %.ts + $(LRELEASE) $< -qm $@ -EXTRA_DIST=$(MOC_FILES:%_moc.cxx=%.h) $(nodist_salomeres_DATA:%.qm=%.po) +EXTRA_DIST=$(MOC_FILES:%_moc.cxx=%.h) $(nodist_salomeres_DATA:%.qm=%.ts) mostlyclean-local: rm -f @builddir@/*_moc.cxx diff --git a/configure.ac b/configure.ac index 0a2efd7..44d3ada 100644 --- a/configure.ac +++ b/configure.ac @@ -216,11 +216,11 @@ CHECK_OPENGL echo echo --------------------------------------------- -echo testing MSG2QM +echo testing QT echo --------------------------------------------- echo -CHECK_MSG2QM +CHECK_QT echo echo --------------------------------------------- diff --git a/src/GHS3DPlugin_icons.ts b/src/GHS3DPlugin_icons.ts new file mode 100755 index 0000000..8427655 --- /dev/null +++ b/src/GHS3DPlugin_icons.ts @@ -0,0 +1,10 @@ + + + + @default + + ICON_SMESH_TREE_ALGO_GHS3D_3D + mesh_tree_algo_tetra.png + + +