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 Widget Applications will not compile and run
Forum Updated to NodeBB v4.3 + New Features

Qt Widget Applications will not compile and run

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 464 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.
  • HobbsH Offline
    HobbsH Offline
    Hobbs
    wrote on last edited by
    #1

    I just started using Qt, and for some reason whenever I make a Qt Widget Application project, I get this error:

    Configuration is faulty. Check the Issues view for details.
    Error while building/deploying project TestCppGame (kit: Desktop Qt 5.6.0 MSVC2015 64bit)
    When executing step "Make" 
    

    However, I do not get any error when running Qt Console Applications. I checked the kit setup and it is the same for both. I am using Microsoft Visual C++ Compiler 12.0 and CMake3.6

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      What can you see in "Compile Output" and "Issues" tabs in QtCreator?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Visual C++ Compiler 12.0 comes from Visual Studio 2013. You installed Qt for Visual Studio 2015 so you have two solutions:

        1. Install Visual Studio 2015
        2. Install Qt for Visual Studio 2013

        On Windows you can't mix and match compilers, they are not compatible one with the other. Nothing Qt specific.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        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