Custom Process Step
-
How to write "Custom Process Step" in QT Creator?
For example, I want to write copy command, lupdate and lrelease in "Custom Process Step".
-
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.
-
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...)