[Qt-creator] Running lupdate from Qt Creator

Harri Pasanen harri at mpaja.com
Sat Jan 3 19:51:50 CET 2015


On 03/01/2015 19:31, Harri Pasanen wrote:
> lupdate -ts stoppola_fi.ts *.cpp qml/*.qml
> lupdate error: File 'audiolist.cpp' has no recognized extension.

Playing with the command line I realized that -ts must be the last argument.

So

lupdate *.cpp qml/*.qml -ts stoppola_fi.ts

works and is a valid workaround for me.

Would be nice to have the .pro file take care of it though, any advice?

Harri



More information about the Qt-creator mailing list