]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Qt4 porting. V5_0_0a1 V5_0_0a2 VSR_280308
authormkr <mkr@opencascade.com>
Mon, 24 Mar 2008 11:44:25 +0000 (11:44 +0000)
committermkr <mkr@opencascade.com>
Mon, 24 Mar 2008 11:44:25 +0000 (11:44 +0000)
adm_local/unix/make_common_starter.am
configure.ac
src/GHS3DPlugin_icons.ts [new file with mode: 0755]

index 533941331b2636b75b0d3b38a7d52983775ec4c9..c6e076e41b406d1200039f328ffdfe553e860742 100644 (file)
@@ -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
index 0a2efd7d27dda7c63d84997fef9a641c58df86aa..44d3ada31fd5495e297f37c14368451bf049f244 100644 (file)
@@ -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 (executable)
index 0000000..8427655
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE TS>
+<TS version="1.1" >
+    <context>
+        <name>@default</name>
+        <message>
+            <source>ICON_SMESH_TREE_ALGO_GHS3D_3D</source>
+            <translation>mesh_tree_algo_tetra.png</translation>
+        </message>
+    </context>
+</TS>