Results 1 to 12 of 12

Thread: Guide to Using free QT with Visual Studio

  1. #1
    Join Date
    Mar 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Guide to Using free QT with Visual Studio

    . The steps for a successful integration of Qt in Visual Studio IDE. By default the open-source Qt does not come with integration with Visual Studio IDE (which is only available in the commercial editions of Qt). Follow the steps in the document for a successful integration.

    http://portfolio.delinkx.com/tutorials.htm
    ...................
    www.hostfields.com
    blog.delinkx.com
    portfolio.delinkx.com

  2. #2

    Default Re: Guide to Using free QT with Visual Studio

    vs express can't install plugins ,does it?

  3. #3
    Join Date
    Mar 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Guide to Using free QT with Visual Studio

    I have updated the pdf document to cater for the visual studio express editions where the plugin cannot be installed...

    cheers
    ...................
    www.hostfields.com
    blog.delinkx.com
    portfolio.delinkx.com

  4. #4
    Join Date
    Apr 2009
    Posts
    132
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    67
    Thanked 6 Times in 5 Posts

    Smile Re: Guide to Using free QT with Visual Studio

    Thank you very much for your tutorial
    It works perfectly for me, I already have a Qt app running.

    BTW, I see examples and demos are not compiled, is that normal? If I compile them, they work fine.

    Just a suggestion, you could add some information about "configure" parameters.
    For instance, I only want to create an opengl app, so I used:
    configure -no-sql-sqlite -no-qt3support -platform win32-msvc2005 -no-libtiff -no-dbus -no-phonon -no-phonon-backend -no-webkit


    Thanks for help.

  5. #5
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Guide to Using free QT with Visual Studio

    I got a complant. Why bother downloading the QtSDK if you're just going to recompile it again. Just download the source. And why not just use Qt-Creator if you can't install plugins since the express editions don't support plugins. Qt-Creator is far better than that broke piece of shit VS.
    Last edited by ComaWhite; 25th April 2009 at 08:57. Reason: spelling error
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

  6. #6
    Join Date
    Mar 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Guide to Using free QT with Visual Studio

    Quote Originally Posted by ComaWhite View Post
    I got a complant. Why bother downloading the QtSDK if you're just going to recompile it again. Just download the source. And why not just use Qt-Creator if you can't install plugins since the express editions don't support plugins. Qt-Creator is far better than that broke piece of shit VS.
    yes u can compile from the source also. As for using with express editions, i have updated the way to overcome installing the plugin.

    i do agree with u if we gonna use only Qt, then QtCreator is better to use as itself. But when u want to integrate Qt in ur other projects in VS then u cannot do it here in creator.

    like i am using Qt with my Ogre Project. Since my ogre project is already established there in VS, i need to bring Qt over there.
    ...................
    www.hostfields.com
    blog.delinkx.com
    portfolio.delinkx.com

  7. #7
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Guide to Using free QT with Visual Studio

    You do know that you can do that also in Qt-Creator . At least you get code complete in Qt-Creator unlike Visual Studio
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

  8. #8
    Join Date
    Apr 2009
    Posts
    132
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    67
    Thanked 6 Times in 5 Posts

    Default Re: Guide to Using free QT with Visual Studio

    I must use VS cause some of my libs only work with microsoft compiler, but not mingw, so, I can't use Qt Creator.

    Thanks.

  9. #9
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Guide to Using free QT with Visual Studio

    You do know that depending on your platform specs set when you compiled Qt. Qt-Creator "reads" that and actually uses visual studios compiler in Qt-Creator. And I've read they are even working on getting visual studio's debugger working in Qt-Creator
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

  10. #10
    Join Date
    Apr 2009
    Posts
    132
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    67
    Thanked 6 Times in 5 Posts

    Default Re: Guide to Using free QT with Visual Studio

    Quote Originally Posted by ComaWhite View Post
    You do know that depending on your platform specs set when you compiled Qt. Qt-Creator "reads" that and actually uses visual studios compiler in Qt-Creator. And I've read they are even working on getting visual studio's debugger working in Qt-Creator
    I don't understand you very well. Do you mean you can use vs compiler with Qt creator?

  11. #11
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Guide to Using free QT with Visual Studio

    They are working on it now. Read it on their blogs
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

  12. #12
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Guide to Using free QT with Visual Studio

    Indeed, time does fly. Today we released Qt Creator 1.1.0 together with Qt 4.5.1, VS Add-in 1.0, and an updated Qt SDK 2009.02 that contains the new Qt and Qt Creator. Get it from the downloads page!
    I wrote a lot about the upcoming QtCreator 1.1 already in this blog post on the release candidate, but since you might not be inclined to actually read that as well, I’ll just take the chance to repeat myself . These are some of the highlights:

    • Completely reworked editor split mechanism
    • Improved function argument hint (since a lot of you reported problems with that one!)
    • Improved open documents view (sorted, single-click, close buttons)
    • Added experimental support for generic Makefile based projects
    • Added signal/slot editor to the form editor

    A lot of things are not mentioned above, please have a look at the more complete list of interesting changes.
    Thank you all for the last minute feedback. If we didn’t manage to put your favorite feature in, don’t despair (and please don’t get your flame-thrower out), the next release will not be far away. For example we are working full-steam on the cdb (VS debugger) integration. If you want to check out what is going on, have a look at the snapshots (we are in the process of getting them up again. edit: available now), or at the source repository.
    After the release before the release
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

Similar Threads

  1. Problem with compiling qt on windows xp with phonon
    By junky in forum Installation and Deployment
    Replies: 3
    Last Post: 13th April 2009, 08:13
  2. 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
  3. Replies: 2
    Last Post: 23rd November 2007, 17:44
  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.