PDA

View Full Version : make install with debug_and_release_target



aba
17th April 2006, 20:28
Hi,

my main .pro file uses TEMPLATE = subdirs
Each of the sub-directories is compiled with the debug_and_release_target option
In the sub-directory that creates the executable file (in debug and release modes), it is possible to call :
make debug-install
make release-install

But in the parent directory (that contains the main .pro file), I can only call make install.
How can I define a all-install rule ?

Thanks in advance.
Aurelien.