forked from qt-creator/qt-creator
QmlDesigner: Update component integration instructions for CMake
Starting with QDS 3.9 the cmake projects can download and add the Qt Quick Studio Components to the application project. This patch updates that notion into the document. Fixes: QDS-8603 Change-Id: I7555b04eca72fc09bc9c73b0954f58aec2f3ddd5 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Pranta Ghosh Dastider
parent
8b1233c11e
commit
51fe3ca59e
@@ -31,6 +31,13 @@
|
|||||||
can be built with CMake. You can open the \e CMakeLists.txt project file in
|
can be built with CMake. You can open the \e CMakeLists.txt project file in
|
||||||
Qt Creator to continue developing the project.
|
Qt Creator to continue developing the project.
|
||||||
|
|
||||||
|
\target wizard-template-note
|
||||||
|
\note Since \QDS 3.9.0, \QDS project wizard templates generate projects that
|
||||||
|
automatically checkout and build the Qt Quick Studio Components from
|
||||||
|
\l{https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/} {Qt Code Review},
|
||||||
|
using CMake. To turn off this feature, use the option \e BUILD_QDS_COMPONENTS
|
||||||
|
in the CMake configuration.
|
||||||
|
|
||||||
\if defined(qtdesignstudio)
|
\if defined(qtdesignstudio)
|
||||||
For more information, see \l{Designer-Developer Workflow}.
|
For more information, see \l{Designer-Developer Workflow}.
|
||||||
\else
|
\else
|
||||||
@@ -149,10 +156,8 @@
|
|||||||
|
|
||||||
\section1 Adding Qt Quick Designer Components to Qt Installations
|
\section1 Adding Qt Quick Designer Components to Qt Installations
|
||||||
|
|
||||||
If you use Qt Quick Studio Components or Effects in your project, you have
|
Since \QDS 3.9, the Qt Quick Studio Components module is installed by default
|
||||||
to check out and install the \e {Qt Quick Designer Components} module from
|
as part of the application. You can also install the module manually.
|
||||||
\l{https://code.qt.io/cgit/qt-labs/qtquickdesigner-components.git/}
|
|
||||||
{Qt Code Review}.
|
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
\list 1
|
\list 1
|
||||||
|
Reference in New Issue
Block a user