Thus wrote Martin Kaiser (lists@xxxxxxxxx):
> I just pushed a change to create the .qm files for Qt's translated texts
> from the corresponding .ts files. My change handles the autotools build.
> I saw that the cmake build already support this.
> Does anyone know if the Windows nmake build creates the .qm files?
Looking at the buildbot output from e.g.
http://buildbot.wireshark.org/petri-dish/builders/Windows%20x86%20Petri%20Dish/builds/1660/steps/nmake%20all/logs/stdio
it seems this is already working.
...
Updating qwindows.dll.
Creating directory printsupport.
Updating windowsprintersupport.dll.
Creating qt_cs.qm...
Creating qt_de.qm...
Creating qt_fi.qm...
Creating qt_hu.qm...
Creating qt_it.qm...
Creating qt_ja.qm...
Creating qt_ru.qm...
Creating qt_sk.qm...
Creating qt_uk.qm...
)
cd ../..
set copycmd=/y
...