Just installed Qt 6.8 and this happens...
-
Greetings, I installed Qt 6.8 on my Fedora 41 Workstation, the same way I did install Qt 6.7 on it before, everything is OK and, whe trying to build any of the sample projects, Qt Creator spews this:
"/home/mainuser/Qt/6.8.0/gcc_64/lib/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package Qt6 is considered to be NOT
FOUND. Reason given by package:Failed to find required Qt component Quick.
Expected Config file at
/home/mainuser/Qt/6.8.0/gcc_64/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake
exists"What is happening?
-
Please post the entire CMakeLists.txt, using the </> code formatting tags.
-
I found the issue, my brand-new Fedora 41 install didn´t had Mesa and Vulkan developer libraries installed, and Qt generated that totally not-useful error message...