$(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
echo
echo ---------------------------------------------
-echo testing MSG2QM
+echo testing QT
echo ---------------------------------------------
echo
-CHECK_MSG2QM
+CHECK_QT
echo
echo ---------------------------------------------
--- /dev/null
+<!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>