PDA

View Full Version : How to get .pro from .vcproj or .sln?



Ben.Hines
10th April 2006, 17:43
I'm using qt4 with Microsoft Visual Studio 2003. I would like to use lupdate.exe utility to extract translatable strings from the source files in my project. I think lupdate requires a qt project (.pro) file as input. Is there an automatic way to generate the .pro file from my visual studio project? I remember in Qt3 that there was a toolbar with a command that did this, but I cannot find the same in Qt4.

jpn
10th April 2006, 17:48
There's an option in visual studio's Qt-menu if you are using a commercial edition.
Another way is to clean up all vs crap and run "qmake -project".. :)

Ben.Hines
10th April 2006, 17:54
I found the toolbar command. Somehow my Qt toolbar disappeared from visual studio. Now that it is back, I found the command. THanks.