From 1c1825499ed3b058cedb84df9b87777323dd22a9 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 24 Mar 2008 11:44:25 +0000 Subject: [PATCH] Qt4 porting. --- adm_local/unix/make_common_starter.am | 6 +++--- configure.ac | 4 ++-- src/GHS3DPlugin_icons.ts | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100755 src/GHS3DPlugin_icons.ts 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 + + + -- 2.39.2