As I am new to using CMake, still working through the tutorial, can others here weight in on if this repo is using quality CMake code so that I can include it in my list.
Qt does some pretty advanced, complex and unconventional things. Some of that has to do with its desire to support things that qmake did, others are a consequence of its plugin architecture and the desire to automate various things for the developer. I wouldn’t generally recommend it as a tutorial sample, if for no other reason than the significant complexity.