Results 1 to 3 of 3

Thread: How to use Qt with Visual Studio 2008?

  1. #1
    Join Date
    Aug 2009
    Location
    United States
    Posts
    45
    Thanks
    20
    Qt products
    Qt4
    Platforms
    Windows

    Question How to use Qt with Visual Studio 2008?

    I would like to use the Qt toolkit with Visual Studio 2008 Professional. Are there instructions on how to do this?

    Thanks, I'm a complete n3wb

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: How to use Qt with Visual Studio 2008?

    If you are a complete n3wb, go with the Qt SDK and Qt Creator. It is an all complete SDK. Just click through the installer and have a working environment.
    It's nice to be important but it's more important to be nice.

  3. The following user says thank you to axeljaeger for this useful post:

    N3wb (16th August 2009)

  4. #3
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to use Qt with Visual Studio 2008?

    What axeljaeger wrote is recommended, because it will be much easier for you .

    And if you don't want to use the SDK you can do this:
    - Write a valid .pro file for your project
    - Run qmake -t vcapp in the directory where the .pro file is
    - This generates a YourProject.vcproj that can be opened in Visual Studio 200x
    - Building (debug or static), IntelliSense, debugging and everything else will work

    If you want to add more files to the project it would be good to add them in the .pro file and rerun qmake -t vcapp. VS will automatically ask to reload the project.

    Also consider installing the Qt Visual Studion AddIn (http://qt.nokia.com/downloads/visual-studio-add-in).

Similar Threads

  1. Replies: 7
    Last Post: 2nd July 2009, 17:35
  2. Qt 4.4.1 deployement with Visual Studio Express 2008
    By abrou in forum Installation and Deployment
    Replies: 8
    Last Post: 28th February 2009, 02:13
  3. Qt 4.4.1 Compile Error with MS Visual C++ 2008 Express SP1
    By BrainB0ne in forum Installation and Deployment
    Replies: 3
    Last Post: 19th August 2008, 15:49
  4. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  5. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15

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.