aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-01-24 16:50:58 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-01-25 08:06:30 +0000
commit05971da7f899a6bb8b107051d7da9fc44e490e76 (patch)
tree4f7bed91890182f07ad5895ac97bda6180e73b77
parent14c4ae513c6ae7bc6d2c71e7b9319a953017d621 (diff)
Doc: Add topic for loading existing Qt projects (.pro)
Move information from "Importing and Exporting Projects". Fixes: QTVSADDINBUG-1083 Change-Id: I0818b7afab486c13d624d6aa772a515eefaae318 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--doc/src/qtvstools.qdoc30
1 files changed, 20 insertions, 10 deletions
diff --git a/doc/src/qtvstools.qdoc b/doc/src/qtvstools.qdoc
index f7835e06..44b1a83c 100644
--- a/doc/src/qtvstools.qdoc
+++ b/doc/src/qtvstools.qdoc
@@ -61,6 +61,7 @@
\list
\li \l {Creating Projects}
\li \l {Creating Files}
+ \li \l {Loading Qt Projects}
\endlist
\row
\li \inlineimage front-coding.png
@@ -104,6 +105,7 @@
\li \l {Managing Resources}
\li \l {Creating Qt Translation Files}
\endlist
+ \li \l {Loading Qt Projects}
\endlist
\li \l {Updating IntelliSense Info}
\li \l {Debugging}
@@ -941,6 +943,9 @@
projects and files that you can add to the projects, such as classes, form
files, or custom QML types.
+ You can also load existing Qt projects into Visual Studio for further
+ development.
+
You can use the integrated Qt Resource editor to manage the resources in
Qt projects.
@@ -950,6 +955,7 @@
\list
\li \l {Creating Projects}
\li \l {Creating Files}
+ \li \l {Loading Qt Projects}
\endlist
*/
@@ -1048,6 +1054,18 @@
*/
/*!
+ \page qtvstools-loading-qt-projects.html
+ \previouspage Creating Qt Translation Files
+ \nextpage Updating IntelliSense Info
+ \title Loading Qt Projects
+
+ To open Qt projects (.pro) in Visual Studio, select \uicontrol Extensions >
+ \uicontrol {Qt VS Tools} > \uicontrol {Open Qt Project File (.pro)}.
+
+ Opening CMakeLists.txt files is currently not supported.
+*/
+
+/*!
\page qtvstools-configuring-builds.html
\previouspage Tutorial: Qt Quick Debugging
\nextpage Managing Qt Versions
@@ -1352,14 +1370,6 @@
\li A \c .pri file (a \c qmake include file) listing the files in the
project.
\endlist
-
- If you already have a \c .pro file but no \c .vcproj file, select
- \uicontrol Extensions > \uicontrol {Qt VS Tools} >
- \uicontrol {Open Qt Project File (.pro)} to
- convert your \c .pro file to a \c .vcproj file. The generated \c .vcproj
- only contains Windows-specific settings. Also, there is no other way to
- convert a \c .vcproj file back to the \c .pro file format than using the
- \uicontrol {Create Basic .pro File} function.
*/
/*!
@@ -1431,7 +1441,7 @@
/*!
\page qtvstools-translation-files.html
\previouspage Managing Resources
- \nextpage Updating IntelliSense Info
+ \nextpage Loading Qt Projects
\title Creating Qt Translation Files
To add a new translation file to the project:
@@ -1497,7 +1507,7 @@
/*!
\page qtvstools-intellisense-info.html
- \previouspage Creating Qt Translation Files
+ \previouspage Loading Qt Projects
\nextpage Debugging
\title Updating IntelliSense Info