Hello Matthias,

One solution could be

Executable: %{CurrentProject:QT_INSTALL_BINS}/linguist

Arguments: %{CurrentProject:Path}/*.ts

Working Directory: %{CurrentProject:Path}

and in your .pro

TRANSLATIONS += \
    $${TARGET}_en_US.ts \
    $${TARGET}_fr_FR.ts

But I think this solution only works if the translations are generated where 
your .pro file is and you manage translations the same in all your projects.

Julien.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to