PDA

View Full Version : .pro how indicate the install files and path



jrodway
16th February 2011, 13:40
Hello everybody,

I've created an library and i need to install it on a directory and the headers i need to copy to another directory.

i want to do these tasks when i write "make install"

What can i do this in the .pro file?

thanks in advance...

mcosta
18th February 2011, 15:10
You have to use INSTALLS directive

See http://paulf.free.fr/undocumented_qmake.html for more details