- instead of parsing the project file by using $$PRO_FILE just use $$TRANSLATIONS, which contains a list of all needed files, to build our *.qm translation files
With the local build I had some weird problems with $$PRO_FILE, which I solved by using $$TRANSLATIONS directly. If everything is working with our official build it would be nice to update to this :).