Guys, I just started programming in C++. I want to try it with Qt, but I don’t know how to use it with my favorite Codeblocks, tell me how?
Answer 1, authority 100%
I also recommend using QtCreator, it works great and is tailored for Qt. But if you really want to use a different environment, then for a start it is enough to register the following sequence of actions as build steps:
qmake
make
And the bad news is that the * .pro project file will have to be edited manually. See the description of qmake format and commands