Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Avoid Visual Studio 2008 Project Conversion
QtWS25 Last Chance

Avoid Visual Studio 2008 Project Conversion

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 4 Posters 3.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wamo
    wrote on last edited by
    #1

    How do i create a proper visual studio 2008 project file which dont needs to be converted anymore like its done in the examples?

    I tried to track the examples but could not find anything how to solve this.

    If i convert a pro file with

    @qmake -tp vc@

    to a visual studio project then a conversion wizzard starts while opening it with visual studio.

    Thank you

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Do you have "vsaddin":http://qt.nokia.com/downloads/visual-studio-add-in installed?
      This allows you create a Qt project in msvc2008.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • W Offline
        W Offline
        wamo
        wrote on last edited by
        #3

        [quote author="koahnig" date="1320255067"]Do you have "vsaddin":http://qt.nokia.com/downloads/visual-studio-add-in installed?
        This allows you create a Qt project in msvc2008. [/quote]

        Yes but this cannot be automaticaly generated through a batch file. I have to add every project by hand. It is a pain if it is a big solution > 20 projects.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          I don't know exactly, but I would give a subdirs project of qmake a try.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • G Offline
            G Offline
            giesbert
            wrote on last edited by
            #5

            qmake seems to create vc 2005 project files which are then converted to 2008. This direction works, the other does not work, perhaps that's the reason.

            But in MSDN, you can find how to convert vcproj files via script from 2005 to 2008.

            Nokia Certified Qt Specialist.
            Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved