Hi,

I am using visual studio to develop a QT application. It contains multiple projects and each project has one PRO file.

when I use lupdate to translate, is there any way that lupdate can process all PRO file in one command.

I tried to create one PRO file (e.g. a.pro) and include the PRO file from each project. I use lupdate to translate a.pro. It did not work.

Appreciate if you could provide some help !