Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

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

    General and Desktop
    2
    2
    1174
    Loading More Posts
    • 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
      g4h97834hg last edited by

      :-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 Reply Quote 0
      • JKSH
        JKSH Moderators last edited by

        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 Reply Quote 0
        • First post
          Last post