Hi
Today when I play with Qt I use qmake to generate the Makefile, and that works quite well.
However sometimes I want to add more stuff to the generated Makefile, without having to edit the generated Makefile.
Let's say that we beside the source code have a Doxygen directory, and there I need to run some doxygen commands to generate the documentation. So it would be nice to have this as a target in the main Makefile. But as default qmake do not understand this type of extra stuff.
So can I add something to tell qmake to include a secondary Makefile in the "doxygen" dir, or maybe add "extra targets" directly in the qmake config?
Thanks Johan
Maybe something like: