Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED]Qt 5.0.1 for Linux x64 - Qt Creator needs compiler!

[SOLVED]Qt 5.0.1 for Linux x64 - Qt Creator needs compiler!

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 13.9k 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.
  • M Offline
    M Offline
    mbnoimi
    wrote on last edited by
    #1

    After downloading Qt 5.0.1 for Linux x64 I got this error message when I tried to build "Hello world" application!

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

    @Error while building/deploying project untitled1 (kit: Desktop Qt 5.0.1 GCC 64bit)
    When executing step 'Make'@

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      Go to Project and check if compiler is set.

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Qt does not ship the whole toolchain in the package. You need to install "dependencies":http://qt-project.org/wiki/Building_Qt_5_from_Git and compiler yourself (G++ or clang).

        Example for Debian/ Ubuntu:
        @
        sudo apt-get install build-essential
        @

        (Z(:^

        1 Reply Last reply
        1
        • M Offline
          M Offline
          mbnoimi
          wrote on last edited by
          #4

          [quote author="sierdzio" date="1360479185"]Qt does not ship the whole toolchain in the package. You need to install "dependencies":http://qt-project.org/wiki/Building_Qt_5_from_Git and compiler yourself (G++ or clang).

          Example for Debian/ Ubuntu:
          @
          sudo apt-get install build-essential
          @[/quote]

          build-essential didn't fix the issue but after installing the other requirements it worked.... thx

          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