diff --git a/doc/images/qtcreator-build-steps.png b/doc/images/qtcreator-build-steps.png index a1f717e50bc963fc3fdc403941ffb438dea9998e..5a44ac1d015902f17058a39d3ab73b213f70662e 100644 Binary files a/doc/images/qtcreator-build-steps.png and b/doc/images/qtcreator-build-steps.png differ diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index 029ea38fed5f6314109909f52d2cf918083c7d51..9c26a672d5e1d057bb8456e2bbd939c49b3c1334 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -120,6 +120,15 @@ the build step and add a custom build step that specifies another shell command. + \QC Enterprise is integrated to \l{http://doc.qt.digia.com/QtQuickCompiler/} + {Qt Quick Compiler}. It is a commercial add-on for Qt Quick applications + that enables you to compile QML source code into the final binary. This + improves the startup time of the application and eliminates the need to + deploy QML files together with the application. \QC new project wizards + create projects that the Qt Quick Compiler can compile, because they are + set up to use the Qt Resource System. To compile Qt Quick projects, select + the \gui {Enable Qt Quick Compiler} check box. + \note For more information about the build steps when using Qbs, see \l{Building Applications with Qbs}.