Results 1 to 6 of 6

Thread: Qt3 and Qt4 at the same time [Windows]

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    70
    Thanks
    13
    Thanked 5 Times in 5 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt3 and Qt4 at the same time [Windows]

    I don't use the MSVC integration, sorry. Maybe someone else has insight on that one.

  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt3 and Qt4 at the same time [Windows]

    Figure out which one you want MSVS integration with, then do without it in the other. Really. You can get by without the integration. It's only a minor annoyance unless you choose to make it a problem.

  3. #3
    Join Date
    Jan 2006
    Posts
    70
    Thanks
    13
    Thanked 5 Times in 5 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt3 and Qt4 at the same time [Windows]

    Another interesting trick: (working on Qt 3 and Qt 4 at the same time)

    If you change your env QTDIR=3.x.x and open a Qt version 3 project in MSVC.
    Then change your env QTDIR=4.x.x and open a Qt version 4 project in MSVC.

    Each instance of MSVC will have the path it needs, so you can compile and run both projects at the same time using two versions of Qt.

    This is of course until you close and reopen, then it will take whatever the current env setting is.


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.