Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What make command
Qt 6.11 is out! See what's new in the release blog

What make command

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 621 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.
  • K-StrK Offline
    K-StrK Offline
    K-Str
    wrote on last edited by K-Str
    #1

    Hello,
    I wrote this topic already on the German Forum, but I didn't get an answer up to now.
    Now I try it here because I got very good tipps here.
    The question is the following:

    • I nstalled the open source version fo QT on my UBUNTU PC.

    • when I create a new project (widget) then it makes all necessary files main.cpp, mainwindow.cpp, mainwindow.h, mainwindow.ui and the .pro and .pro.user files

    • during the compilation of the project I get the project ERROR: cannot run compiler clang++
      there is no other file visible in the project view except .pro file.
      What's wrong?
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #2

      Hi,

      It means that you don't have the clang compiler installed. Note that it's currently more usual to have gcc/g++ on Linux.

      What version of Qt are you using ?
      Did you customise your Kit before building your application ?

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

      K-StrK 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        It means that you don't have the clang compiler installed. Note that it's currently more usual to have gcc/g++ on Linux.

        What version of Qt are you using ?
        Did you customise your Kit before building your application ?

        K-StrK Offline
        K-StrK Offline
        K-Str
        wrote on last edited by
        #3

        @sgaist I found a description on the internet and it works very good.
        [link text]https://www.kampis-elektroecke.de/raspberry-pi/qt/(link url).
        Now I can work thanks for your help!!

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt
        • Unsolved