Results 1 to 5 of 5

Thread: Is it possible to install both mingw and vs2010 version of QT on the same machine?

  1. #1
    Join Date
    Jan 2013
    Posts
    8
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Windows Android

    Default Is it possible to install both mingw and vs2010 version of QT on the same machine?

    There is some environment variables such as QT_DIR, QMAKE_LIBDIR, QMAKESPEC that are the major concerrns
    Thanks
    Jack

  2. #2
    Join Date
    May 2008
    Location
    Tripoli Libya
    Posts
    70
    Thanks
    10
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is it possible to install both mingw and vs2010 version of QT on the same machine

    yes its possible and both work fine

  3. #3
    Join Date
    Jan 2013
    Posts
    8
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Windows Android

    Default Re: Is it possible to install both mingw and vs2010 version of QT on the same machine

    How did you achieve that? Can QT_DIR point to 2 directories?
    Thanks
    Jack

  4. #4
    Join Date
    May 2008
    Location
    Tripoli Libya
    Posts
    70
    Thanks
    10
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is it possible to install both mingw and vs2010 version of QT on the same machine

    no it cant ..simply you can do that from qcreator to define which version you use :
    tools->options->compiler and set which Qt you like to use .
    same thing with msVc++ .
    and use nmake instead of make if your target msvc++ by using visual studio command prompt () .

    from cmd :
    1-scenario 1 msvc++ :
    run Visual Studio Command Prompt
    in your project dir run qmake (qmake for vs version)
    then nmake.

    2-scenario 2
    use regular cmd and replace qmake to that for mingw vs then run make

  5. #5
    Join Date
    Jan 2013
    Posts
    8
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Windows Android

    Default Re: Is it possible to install both mingw and vs2010 version of QT on the same machine

    So we can't really use both versions at the same time?
    Which I am strictly desired of.
    Thanks
    Jack

Similar Threads

  1. Replies: 3
    Last Post: 26th September 2012, 07:52
  2. Replies: 4
    Last Post: 29th March 2012, 09:23
  3. Replies: 3
    Last Post: 13th December 2008, 10:33
  4. Installing 32-bit static version on 64-bit machine.
    By davemar in forum Installation and Deployment
    Replies: 0
    Last Post: 18th October 2008, 10:13
  5. Suggession to install both qt3.3.4 and qt4.2.2 in the same machine
    By joseph in forum Installation and Deployment
    Replies: 1
    Last Post: 20th June 2007, 07:05

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.