Skip to content
Snippets Groups Projects
Commit f78b6aed authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: building with Qt Quick Compiler


Change-Id: Id9cf0094b6f9fa1cb8ee6f190541f6c681b77164
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@digia.com>
parent f90a861c
No related branches found
No related tags found
No related merge requests found
doc/images/qtcreator-build-steps.png

14.1 KiB | W: | H:

doc/images/qtcreator-build-steps.png

22.2 KiB | W: | H:

doc/images/qtcreator-build-steps.png
doc/images/qtcreator-build-steps.png
doc/images/qtcreator-build-steps.png
doc/images/qtcreator-build-steps.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -120,6 +120,15 @@ ...@@ -120,6 +120,15 @@
the build step and add a custom build step that specifies another shell the build step and add a custom build step that specifies another shell
command. 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 \note For more information about the build steps when using Qbs, see
\l{Building Applications with Qbs}. \l{Building Applications with Qbs}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment