Results 1 to 20 of 23

Thread: Visual Studio 2005 Express

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Feb 2008
    Posts
    26
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    Here's how I get Qt snapshots fully working, configured and built with MSVC2005:

    - Install MVSC2005 (or the other more recent version)
    - Install the most recent Platform SDK (see MSDN)
    - Afaik you'll need the Internet SDK as well, not sure, but better safe than sorry
    - Then, download and extract a recent snapshot or the preview release to D:\Qt\4.x.x
    - Open up a console with the MSVC settings loaded and go to your Qt directory
    - Type "configure -platform win32-msvc2005" without the quotation marks
    - That will build you the project files you'll need
    - After that, it's as simple as running "qmake" and drinking a lot of coffee

    Then, add D:\Qt\4.x.x\bin and D:\Qt\4.x.x\lib to your path environment variable, and you'll be able to use this version of Qt from everywhere on your system.

    Hope that helps!
    Last edited by Stukfruit; 13th February 2008 at 07:54.

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06
  5. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13:40

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.