cmake does not work
-
I don't know what you are trying to do. If you are not sure how to do all this, create a new CMake project in QtCreator through the wizard, either with or without Qt and either a GUI or simple console application.
You will get a working project template with a properCMakeLists.txt
.Btw: Still don't understand why you start with this old Qt version and minimum CMake 2.8. Since you have nothing to "port" to a newer version which might cause issues, you can upgrade to Qt 6 (6.5 or 6.7) and go from there.
-
Hi,
What you are trying to do is clear however the question stays:
- why are you using such an old and outdated stack ?
Please install a recent version of Qt such as 6.7.
The online installer also provides cmake, ninja and MinGW so you would have everything up to date and tested to work.