diff --git a/doc/src/analyze/creator-analyze.qdoc b/doc/src/analyze/creator-analyze.qdoc index afaa994fcf4..899a7b45b18 100644 --- a/doc/src/analyze/creator-analyze.qdoc +++ b/doc/src/analyze/creator-analyze.qdoc @@ -61,9 +61,10 @@ \li \l{Using Clang Static Analyzer}{Clang Static Analyzer} - In \QC Enterprise, you can detect problems in C, C++, and + You can detect problems in C, C++, and Objective-C programs by using the experimental plugin that - integrates the Clang Static Analyzer source code analysis tool. + integrates the Clang Static Analyzer source code analysis tool + (commercial only). \endlist diff --git a/doc/src/analyze/creator-clang-static-analyzer.qdoc b/doc/src/analyze/creator-clang-static-analyzer.qdoc index 0a3d4fe0ffd..6d6f7cfdbf7 100644 --- a/doc/src/analyze/creator-clang-static-analyzer.qdoc +++ b/doc/src/analyze/creator-clang-static-analyzer.qdoc @@ -31,9 +31,10 @@ \title Using Clang Static Analyzer - \QC Enterprise integrates the \l{http://clang-analyzer.llvm.org} + \QC integrates the \l{http://clang-analyzer.llvm.org} {Clang Static Analyzer} for finding problems in C, C++, and Objective-C - programs. You must have Clang installed to use the plugin. At the time of + programs (commercial only). You must have Clang installed to use the plugin. + At the time of this writing, the plugin is experimental and only available on Linux and OS X. diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc index 44fe2827b53..2fa72c5fa7f 100644 --- a/doc/src/analyze/qtquick-profiler.qdoc +++ b/doc/src/analyze/qtquick-profiler.qdoc @@ -155,7 +155,7 @@ \li Description \li Minimum Qt Version \li Qt Quick Version - \li Enterprise Feature + \li Commercial Only \row \li \gui {Pixmap Cache} diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index e0da2a7fe9a..dff2078bbfb 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -113,9 +113,9 @@ 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 + \QC is integrated to \l{http://doc.qt.digia.com/QtQuickCompiler/} + {Qt Quick Compiler} (commercial only) 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