Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT-Creator versions for Windows compiled with multiple compilers
Forum Update on Monday, May 27th 2025

QT-Creator versions for Windows compiled with multiple compilers

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 344 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CybeX
    wrote on 27 Dec 2016, 10:09 last edited by
    #1

    Good day all

    Please note, I am attempting to teach myself c++, etc. I am not very familiar with compilers, and what each used for, etc, so please dumb down the explainations :p

    I noticed various installers for QT-Creator. There are 2 different compilers used for Windows installers, the MSVC and MinGW.

    What is the purpose/significance of using different compilers?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 27 Dec 2016, 10:14 last edited by mrjj
      #2

      Hi
      1:
      Only mingw have actual compiler included.
      The VS Qt do not have the compiler and it must be downloaded from Microsoft.
      2:
      The Qt contains runtimes files (DLLS) and they are precompiled. On windows that means
      that any app using those DLLS should be compiled with same compiler for it to work.
      So the Qt for mingw dont work for VS and reverse.
      3:
      Visual Studio have better support for external Libs
      where as mingw gives a good out of the box experience. ( nothing extra to install)

      So VS is the standard for many projects and is often supported by other projects.

      Mingw on the other hand is less supported but fast to get up and running with.

      Hope it helps. Else just ask.

      Update: So to learn some c++ , mingw is perfect :)

      1 Reply Last reply
      3

      1/2

      27 Dec 2016, 10:09

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved