Results 1 to 3 of 3

Thread: editing *.pro file in Visual Studio

  1. #1
    Join Date
    Jun 2009
    Posts
    25
    Thanks
    1

    Default editing *.pro file in Visual Studio

    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?

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: editing *.pro file in Visual Studio

    Cant you simply open and edit ? Visual studio can open text files easily.

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: editing *.pro file in Visual Studio

    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?

Similar Threads

  1. Replies: 5
    Last Post: 10th November 2009, 15:46
  2. Replies: 5
    Last Post: 5th August 2009, 17:32
  3. Visual Studio Add-in
    By dima in forum Installation and Deployment
    Replies: 3
    Last Post: 5th August 2009, 06:36
  4. QT Add-in for Visual Studio
    By justso1 in forum Newbie
    Replies: 13
    Last Post: 15th June 2009, 14:09
  5. How to include qrc resource file in Visual Studio 2005?
    By jambrek in forum Qt Programming
    Replies: 18
    Last Post: 8th February 2008, 18:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.