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. :-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
Forum Update on Monday, May 27th 2025

:-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.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.
  • T Offline
    T Offline
    Titanz
    wrote on last edited by
    #1

    First time Qt user here. I've been trying to figure out for about an half an hour trying to fix this error. It keeps asking for compiler when I start debugging it. I have Visual Studio 2013. And I installed mingw it still looking for a compiler.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Hi,
      MinGw and Visual Studio are not compatible! What package of Qt did you download? There are different options for it. When you download a MSVCxxx package you are responsible of setting up your compiler yourself. Qt doesn't supply you with it because it comes with the install of MSVC.
      As a first timer I would suggest that you install
      Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB)
      Here the MinGw is preinstalled and configured for use together with the debugger.
      Otherwise when you install VS2010 or VS2012 you could use those packages and in the manage kit section setup the compiler and debugger for it (the debugger might be dowloaded as the Microsoft development kit separate).
      So, at first, getting to know Qt, use the 32 bit MinGw install and you'll be fine.
      Then explore the compiler and debugger sections in the wiki pages if you are really fun of VS20xx compilers.
      Greetz

      Btw: Using Qt package VS2012 with the compiler of VS2013 might give very very strange linker errors or application crashes. This because all compilers may do other namemangling for the linker steps.

      Greetz, Jeroen

      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