Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0.0 Beta2
-
Ubuntu 20.04 LTS 64 bit
clang 10.0.0
-
1bb6779389980d794bac92ca0fef63f3549a93b4 (qt/qtbase/dev)
Description
- Configure qtbase to build with CMake and clang:
~/dev/src/qtbase/configure -cmake -platform linux-clang
The output will contain the line:
Building for: linux-clang (x86_64, CPU features: mmx sse sse2)
- Try building this:
cmake --build . --parallel
or just:
make
This will use cc1 and cc1plus, not clang and clang++.
If linux-clang cannot be used for some reason, configure should make this clear and not silently ignore what I selected explicitly.