Results 1 to 2 of 2

Thread: Qt and Visual Studio Express Edition 2008

  1. #1
    Join Date
    Aug 2009
    Posts
    30
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt and Visual Studio Express Edition 2008

    Hi there,

    Until now I've just been using Qt 4.5 SDK on Windows XP and Vista - simple and straightforward as it includes mingw/g++ for me. However, because of an incompatibility with Qt Creator and a third party library, I want to investigate other ways of using Qt.

    I don't want to dwell on the "incompatibility" in this thread as I've been talking about it on another thread.

    Can I use it with Visual Studio Express Edition 2008? I believe I can but I'm just wondering what it would "look like" from an IDE point of view. Would I then be using the Visual Studio IDE and linking with Qt, or using the Qt Creator IDE and using Visual Studio's compiler as the backend (rather than g++ from mingw)?

    Will I still be able to use Qt Designer, or do I need to handcraft all the GUI widgets if I went with Visual Studio and Qt?

    Thanks,

    PUK

  2. #2
    Join Date
    Aug 2009
    Posts
    30
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt and Visual Studio Express Edition 2008

    I've been chipping away at this and found this set of videos which helped a bit.

    In those videos, he's rebuilt Qt using the VC++ compiler, gone into the Visual Studio IDE to create a Makefile Project and setup the build command line to do
    Qt Code:
    1. qmake -project && qmake && nmake
    To copy to clipboard, switch view to plain text mode 

    Is this the way to use Qt with Visual Studio, or are there others?

    Thanks,

    PUK

Similar Threads

  1. 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
  2. Replies: 1
    Last Post: 8th February 2009, 15:08
  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
  •  
Qt is a trademark of The Qt Company.