PDA

View Full Version : How to define "Post-Build Event" for vcproj using qmake?



mgrusz
17th October 2010, 00:59
Hi,
I want to generate vcproj file, using qmake.
I cannot find a way, how to define in pro file, command for "Post-Build Event" option.
Is there a simple way to do that?
thx

mgrusz
17th October 2010, 14:49
OK,
I already found. QMAKE_POST_LINK is a solution.

tbscope
17th October 2010, 17:20
That would work, but it is limited.

If that is not what you want, you can of course create a script that first runs qmake and make, then your other commands.
Of course, that too is limited as different platforms require different scripts.