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. Error while building/deploying project qbittorrent (kit: Desktop Qt 5.3 MSVC2012 OpenGL 32bit) When executing step "Make"
Forum Updated to NodeBB v4.3 + New Features

Error while building/deploying project qbittorrent (kit: Desktop Qt 5.3 MSVC2012 OpenGL 32bit) When executing step "Make"

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k Views 1 Watching
  • 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.
  • G Offline
    G Offline
    g4h97834hg
    wrote on 10 Dec 2014, 04:16 last edited by
    #1

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

    Qt Version 5.3.2

    When I start a new project it can build and run perfectly. When I open an existing project I get an error.

    When I hover over a kit it says "the compiler cannot produce code for the qt version"

    http://imgur.com/czSZCRm
    http://i.imgur.com/WqSFItr.png

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 10 Dec 2014, 06:47 last edited by
      #2

      Hi, and welcome to the Qt Dev Net!

      Your system only has MSVC 2010 and MSVC 2013. These cannot work with "Qt 5.3 MSVC2012".

      You need to either:

      • Install Visual Studio 2012, OR
      • Use Qt for MSVC 2013 (and uninstall Qt 5.3 MSVC 2012)

      Note that Visual C++ Compiler 12.0 comes from Visual Studio 2013. These are the numbers:

      • Visual Studio 2005 -- Visual C++ 8.0
      • Visual Studio 2008 -- Visual C++ 9.0
      • Visual Studio 2010 -- Visual C++ 10.0
      • Visual Studio 2012 -- Visual C++ 11.0
      • Visual Studio 2013 -- Visual C++ 12.0

      EDIT: Also, go to your project folder and delete the *.pro.user file. Then, open the project again. This lets you reconfigure with a different kit.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      1/2

      10 Dec 2014, 04:16

      • 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