Custom Process Step
-
wrote on 16 Nov 2010, 17:35 last edited by
How to write "Custom Process Step" in QT Creator?
For example, I want to write copy command, lupdate and lrelease in "Custom Process Step".
-
wrote on 16 Nov 2010, 18:55 last edited by
You add a custom process step and enter the command to run and its arguments.
If you want to share these steps with your coworkers then you might be better of to integrate them into your build system though. Custom process steps are stored in the .user file and that is not meant to be shared.
-
wrote on 8 Dec 2010, 15:46 last edited by
Take a look at "the qmake documentation":http://doc.trolltech.com/4.7/qmake-environment-reference.html#customizing-makefile-output and the "Undocumented qmake":http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake#Custom_tools page on QtCentre. (This functionality has always been documented, but IMHO the QtCentre page is clearer. (Disclaimer: I wrote that wiki page...)