Qt Creator - ProjectStow/ClassExamples GitHub Wiki
Information on using Qt Creator.
Information on Qt and Make
Useful take in qt/cmake https://dekonvoluted.github.io/programming/2019/03/23/using-cmake-automoc-correctly.html
Common Problems:
-
CMakeLists.txt.usr from another system
-
CMakeCache out of date
-
There is one bug that is so common that it deserves mention here: If you include the Q_OBJECT macro in a class declaration and run the meta-object compiler (moc), but forget to link the moc-generated object code into your executable, you will get very confusing error messages. Any link error complaining about a lack of vtbl, _vtbl, __vtbl or similar is likely to be a result of this problem.