qmake / make: automatic command execution before compilation start ?
Hi,
I'm using Qt4 and qmake.
When "make" is called, I would like to automatically execute a command before the compilation is started.
It seems I would need something like a QMAKE_PRE_COMPILATION variable, but there seems to be only a QMAKE_PRE_LINK. ;)
Any ideas ? Many thanks in advance !
Re: qmake / make: automatic command execution before compilation start ?
Yes you can definitely do that. This is discussed at http://qt-project.org/doc/qt-4.8/qma...ml#customizing.