Thanks for the update, yop
Since I am rather new to C::B and Qt, it toke me a while to get things to work.
I now use the following steps to create a new Qt project. Maybe it can help other newcomers.
Directly after creating a new Qt project within C::B:
- Create the subdirs Debug and Release under the project dir. This needs to be done outside C::B, but you do not need to leave C::B, nor close the project.
- Enable using a custom makefile: Project - Properties (leave first drop down on Project settings), check "This is a custom Makefile"
- Set some make options for the entire project: Project - Build options (leave the project selected in the left box) - 2nd dropdown '"Make" options'
Clean project/target: $make -f $makefile clean
Similar for Dist-clean project/target.
The procedure works, but maybe things can be done simpler. Give me a (yell) reply if this is the case.
yop: would it be possible to include any of these steps in the plugin?
Wim B