forked from qt-creator/qt-creator
Doc: Don't mention creating CMake project for opening in QDS
This is no longer possible. Also, use the same name for the component module as in QDS. Change-Id: I76a4ad07069d3d4871259ba725b35cebc80d4c4e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <ville.lavonius@qt.io>
This commit is contained in:
@@ -20,8 +20,7 @@
|
|||||||
|
|
||||||
\note Since \QDS 2.3.0, \QDS project wizard templates generate projects that
|
\note Since \QDS 2.3.0, \QDS project wizard templates generate projects that
|
||||||
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. Also, you can use Qt Creator
|
Qt Creator to continue developing the project.
|
||||||
to create a Qt Quick Application project that you can open in \QDS.
|
|
||||||
|
|
||||||
\target wizard-template-note
|
\target wizard-template-note
|
||||||
\note Since \QDS 3.9.0, \QDS project wizard templates generate projects that
|
\note Since \QDS 3.9.0, \QDS project wizard templates generate projects that
|
||||||
@@ -54,12 +53,12 @@
|
|||||||
show the main QML file when the application starts.
|
show the main QML file when the application starts.
|
||||||
|
|
||||||
\if defined(qtcreator)
|
\if defined(qtcreator)
|
||||||
The \e {Qt Quick Designer Components} module is installed when you
|
The \e {Qt Quick Studio Components} module is installed when you
|
||||||
install \QDS. If you use Qt Quick Studio Components or Effects
|
install \QDS. If you use Qt Quick Studio Components or Effects
|
||||||
from the module in a project that you want to edit in Qt Creator,
|
from the module in a project that you want to edit in Qt Creator,
|
||||||
you have to build the module and install it to your Qt to be able to
|
you have to build the module and install it to your Qt to be able to
|
||||||
build your project. For more information, see
|
build your project. For more information, see
|
||||||
\l{Adding Qt Quick Designer Components to Qt Installations}.
|
\l{Adding Qt Quick Studio Components to Qt Installations}.
|
||||||
|
|
||||||
The \l{Qt Quick Timeline} module is installed when you install \QDS.
|
The \l{Qt Quick Timeline} module is installed when you install \QDS.
|
||||||
If you only install Qt Creator and Qt, remember to also select the
|
If you only install Qt Creator and Qt, remember to also select the
|
||||||
@@ -110,7 +109,7 @@
|
|||||||
project.
|
project.
|
||||||
|
|
||||||
\note If you get error messages related to modules, perfom the steps
|
\note If you get error messages related to modules, perfom the steps
|
||||||
described in \l{Adding Qt Quick Designer Components to Qt Installations}.
|
described in \l{Adding Qt Quick Studio Components to Qt Installations}.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
For example, if you copy the source files of the \e ProgressBar
|
For example, if you copy the source files of the \e ProgressBar
|
||||||
@@ -142,7 +141,7 @@
|
|||||||
using the Qt resource system dynamically. For more information, see
|
using the Qt resource system dynamically. For more information, see
|
||||||
\l{The Qt Resource System}.
|
\l{The Qt Resource System}.
|
||||||
|
|
||||||
\section1 Adding Qt Quick Designer Components to Qt Installations
|
\section1 Adding Qt Quick Studio Components to Qt Installations
|
||||||
|
|
||||||
Since \QDS 3.9, the Qt Quick Studio Components module is installed by default
|
Since \QDS 3.9, the Qt Quick Studio Components module is installed by default
|
||||||
as part of the application created with \QDS. You can also install the module manually.
|
as part of the application created with \QDS. You can also install the module manually.
|
||||||
@@ -154,7 +153,7 @@
|
|||||||
git clone https://code.qt.io/qt-labs/qtquickdesigner-components.git
|
git clone https://code.qt.io/qt-labs/qtquickdesigner-components.git
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
\li Install the Qt Quick Designer Components module.
|
\li Install the Qt Quick Studio Components module.
|
||||||
|
|
||||||
\badcode
|
\badcode
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Reference in New Issue
Block a user