Results 1 to 3 of 3

Thread: Converting VS2008 projects back into Qt projects

  1. #1
    Join Date
    Sep 2010
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Converting VS2008 projects back into Qt projects

    With qmake you can easily generate a VS2008 project from a .pro file. The company I work for has done that a few years ago (to VS2005) and have been using that ever since.

    I was wondering if there is a way to convert them the other way around. I'd like to push the project to Qt Creator (which didn't exist back then).

    I know how write such a conversion tool myself. But is there anything already in existence?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Converting VS2008 projects back into Qt projects

    Try using qmake -project
    It will generate a .pro file.

    But how this works with complex code structures, I don't know.

  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: Converting VS2008 projects back into Qt projects

    The Visual studio Qt addin will also generate a .pro file from a .vsproj file.

Similar Threads

  1. QMake for non-qt projects
    By rubenvb in forum Installation and Deployment
    Replies: 3
    Last Post: 25th October 2009, 14:21
  2. new projects ???
    By sujan.dasmahapatra in forum Qt Programming
    Replies: 0
    Last Post: 2nd March 2009, 11:21

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.