The description of Qt 6.5 CMake project architecture. Where?
-
Hello all!
There are in last Qt Creator, when creating new file, a lot of subprojects:

Is there any description of all of them? What are they doing?
@bogong These are various internal targets that should not too much of a concern to you.
Are you using qt_standard_project_setup() in your CMakeLists.txt file? Because then they should be hidden already (see also https://bugreports.qt.io/browse/QTBUG-99808).
-
@bogong These are various internal targets that should not too much of a concern to you.
Are you using qt_standard_project_setup() in your CMakeLists.txt file? Because then they should be hidden already (see also https://bugreports.qt.io/browse/QTBUG-99808).
