Customizing the Build Process

To specify the relationship between the release, build, and deploy configurations, select Tools > Options > Build & Run. By default, the Always build project before deploying it and the Always deploy project before running it options (1) are enabled. Therefore, when you select the Run function, Qt Creator checks for changes in the project files and also builds and deploys the project if necessary.

"Project General Options"

On Windows, you can use jom instead of nmake for building the project to distribute the compilation process to multiple CPU cores. You can download jom from Qt Downloads. To use jom, select the Use jom instead of nmake check box. Deselect the check box if you experience build problems.

You can specify the default build directory in the Default build directory field using Qt Creator variables (2).

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.