ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Latest build modifies files?

From: Martin Kaiser <lists@xxxxxxxxx>
Date: Sun, 8 Mar 2015 01:26:08 +0100
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
...