This is my first post.
qtcreator does not show examples on the welcome screen.
I installed all qt6 examples, docs. The qt6 kit is pointing to the right location of qmake6.
The examples are stored in /usr/lib64/qtcreator/examples
In order to debug the problem, I set the variable
export QTC_DEBUG_EXAMPLESMODEL=x
in the console, and launched qtcreator,
A bunch of errors occurred complaining about missing CMakeLists.txt file of the examples. And yes indeed, there is no CMakeLists.txt file for any example. In fact, there are no sources at all, only the compiled binary of an example.
A quick check, e.g. rpm -q -l qt6-bases-examples
showed that there are no sources included in the package.
Compared to an installation from Qt online installer (and also from fedora), the source files should be available.
So my question: Do I miss packages, which contain the sources of the examples or are the packages like qt6-base-examples
supposed to include the source code of the examples?
Just an additional info: I did not install any qt5 examples.