Results 1 to 12 of 12

Thread: Guide to Using free QT with Visual Studio

Hybrid View

Previous Post Previous Post   Next Post Next Post
  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

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.