[Qt-interest] qmake / uic question

Harri Pasanen grego at mpaja.com
Wed Jan 12 18:59:09 CET 2011


Wednesday, January 12, 2011 05:37 pm 
Harri Pasanen writes:
> Hi,
> 
> I'm trying to find out the least intrusive way to add a build step right
> after uic processing.
> 
> So I would like to take the generated ui_app.h and further process it using
> my own script.
> 
> One possibility would be for me to replace the uic executable with my own
> script, but I'd prefer to avoid that if possible.
 

Found out a way, just by setting
QMAKE_UIC = /home/harri/bin/myuic $$QMAKE_UIC

I can then do my own processing in myuic after invokin

Btw. for some reason I'm not receiving my own posts, even if I have 
"Receive your own posts to the list?" Yes checked in the list options.


Harri
http://mpaja.com/



More information about the Qt-interest-old mailing list