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. [Solved]Compilation Error in Qt 5.4.1
Forum Updated to NodeBB v4.3 + New Features

[Solved]Compilation Error in Qt 5.4.1

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 759 Views 2 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.
  • S Offline
    S Offline
    Sajad Manal
    wrote on 7 Sept 2015, 07:02 last edited by Sajad Manal 9 Oct 2015, 11:09
    #1

    Whenever I try to run my project on qt, I get this error:
    Configuration is faulty. Check Issues view for detail.
    -- Error while building/deploying project XYZ(Kit:Desktop Qt 5.4.1 GCC 64 bit)
    when executing "Make" step.

    Issues:
    Qt Creator needs a compiler setup to build. Configure a compiler in the kit options.

    1 Reply Last reply
    1
    • C Offline
      C Offline
      code_fodder
      wrote on 7 Sept 2015, 07:32 last edited by code_fodder 9 Jul 2015, 07:34
      #2

      So you need to go and look in: Projects --> Manage Kits --> Kits

      Here, select the kit that you are using (Desktop Qt 5.4.1 GCC 64bit) and look down the list of parameters. One of them is the Compiler.

      What does it say in this field?

      If there is nothing here, then look under Compilers tab, what compilers are listed?

      Which compiler are you expecting to use?
      Is it possible that you have not installed g++? (linux comes with gcc by default, but not always g++). To test this type "g++ --version" into the command line, what does it say?

      to install this (and other usefult things) type: "sudo apt-get install g++-multilib" into the command line.

      1 Reply Last reply
      1

      1/2

      7 Sept 2015, 07:02

      • 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