Qt Forum

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

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

    Installation and Deployment
    3
    4
    13589
    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.
    • M
      mbnoimi last edited by

      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 Reply Quote 0
      • H
        Hostel last edited by

        Go to Project and check if compiler is set.

        1 Reply Last reply Reply Quote 0
        • sierdzio
          sierdzio Moderators last edited by

          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 Reply Quote 1
          • M
            mbnoimi last edited by

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