PDA

View Full Version : editing *.pro file in Visual Studio



estel
8th February 2010, 01:52
I want to( or rather I have to) make some change in *.pro file. I am using Visual Studio 2008 and as you know there isn't created any *.pro. Do you how to edit and add some line (i. e. "config+=mobility") to *.pro file using VisalStudio?

aamer4yu
8th February 2010, 04:54
Cant you simply open and edit ? Visual studio can open text files easily.

squidge
8th February 2010, 06:31
VS doesn't use .PRO file, so you can't just edit it.

However, if you install the Qt plugin, you can create .pro file from your .vcproj, edit that file and then convert it back to a vcproj. Kind of long winded approach though and may lose other configuration settings. Why not edit the vcproj file instead?