diff --git a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc index 1753da63f7b..146501328c2 100644 --- a/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc +++ b/doc/qtdesignstudio/src/developers/studio-designer-developer-workflow.qdoc @@ -32,8 +32,8 @@ your project as a fully working C++ application with developers. If you add or remove QML files in \QDS, you have to regenerate the - \e CMakeLists.txt project configuration file by selecting \uicontrol Build - > \uicontrol Run > \uicontrol {Generate CMakeLists.txt Files}. + \e CMakeLists.txt project configuration file by selecting \uicontrol File + > \uicontrol {Export Project} > \uicontrol {Generate CMake Build Files}. If you use Git, you can clone an example project \l{https://git.qt.io/public-demos/qtdesign-studio/-/tree/master/playground/AuroraCluster0} @@ -99,6 +99,8 @@ This isn't mandatory. \li Generate CMake files and C++ source files that are used to compile the application into - an executable file by selecting \uicontrol Build > \uicontrol{Generate CMakeLists.txt files}. + an executable file by selecting \uicontrol File > \uicontrol {Export Project} > + \uicontrol {Generate CMake Build Files}. + \endlist */ diff --git a/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc index a1e35898812..1e426f011e1 100644 --- a/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc +++ b/doc/qtdesignstudio/src/qtdesignstudio-packaging.qdoc @@ -24,9 +24,9 @@ set of files (icons, translation files, and so on) and you don't want to run the risk of losing the files. - To package your application, select \uicontrol Build > - \uicontrol {Generate QRC Resource File}. Then select the - files to package in the \uicontrol {Add Resources} dialog. + To package your application, select \uicontrol File > + \uicontrol {Export Project} > \uicontrol {Generate QRC Resource File}. + Then select the files to package in the \uicontrol {Add Resources} dialog. \image studio-add-resources.png "Add Resources dialog" @@ -44,10 +44,11 @@ \section1 Embedding Resources into Applications - Alternatively, you can embedd the resources into your application by - selecting \uicontrol Build > \uicontrol {Generate Deployable Package}. - Select the location for the .qmlrc file, and then select the files to - embedd in the \uicontrol {Add Resources} dialog. + Alternatively, you can embed the resources into your application by + selecting \uicontrol File > \uicontrol {Export Project} > + \uicontrol {Generate Deployable Package}. Select the location for + the .qmlrc file, and then select the files to embed in the + \uicontrol {Add Resources} dialog. When you select \uicontrol OK, \QDS creates a resource collection file (.qmlrc) in the location you selected.