Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Creator needs a compiler to create project..

Qt Creator needs a compiler to create project..

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.2k 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.
  • V Offline
    V Offline
    VivaLaVida
    wrote on last edited by
    #1

    Hello All,
    after reading the doc and searching the net I'm still not able to solve the issue "QT creator needs a compiler to create project...".
    I'm using QT Creator 5.2.1 and I have installed he MinGW compiler in dir c:\compiler\mingw.
    Under the tab "QT Versions" I see "Qt 5.2.1 MSVC2012 OpenGL 64bit c:\ qt\qt5.2.1....\mscv2012_64_opengl\bin\qmake.exe".
    And under the tab "Compiler" I have set the Compiler to "MinGW" with the path c:\compiler\mingw\bin\mingw32-make.exe".
    However These seems to wrong since the compile of my C++ program Ends upo in with the error "Qt Creator needs a compiler to create project...".

    Any help will be appreciated
    Rgds
    JH

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zibicoder
      wrote on last edited by
      #2

      Compare this 2 lines:
      “Qt 5.2.1 MSVC2012 OpenGL 64bit c:\ qt\qt5.2.1.\…\mscv2012_64_opengl\bin\qmake.exe”
      and
      c:\compiler\mingw\bin\mingw32-make.exe”.

      Can you see diferences?
      (Qt 64bit != compiler 32bit) + MSVC2012 != MinGW. For this version of Qt you need MSVC2012 compiler.

      1 Reply Last reply
      0
      • V Offline
        V Offline
        VivaLaVida
        wrote on last edited by
        #3

        Thanks - after installing Visual Studio 2012 it works fine

        1 Reply Last reply
        0

        • Login

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