summaryrefslogtreecommitdiff
path: root/doc/src/projects/creator-projects-creating.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 16:12:24 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-27 08:22:48 +0000
commit87db5ba69f944032ac5937a507641049cce94fa6 (patch)
tree735526f1cfa7b0c81c7a6d42003719d917b09741 /doc/src/projects/creator-projects-creating.qdoc
parenta5b0525b79555439a4138e9a9c44f60518feed51 (diff)
downloadqt-creator-87db5ba69f944032ac5937a507641049cce94fa6.tar.gz
Doc: Add docs for "Import as qmake Project" wizard
Change-Id: I38bcf939a9092c7f77d2b0839df4477e68462101 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc/src/projects/creator-projects-creating.qdoc')
-rw-r--r--doc/src/projects/creator-projects-creating.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/projects/creator-projects-creating.qdoc b/doc/src/projects/creator-projects-creating.qdoc
index 17ada48109..b8c29a366e 100644
--- a/doc/src/projects/creator-projects-creating.qdoc
+++ b/doc/src/projects/creator-projects-creating.qdoc
@@ -241,6 +241,15 @@
information on how version control systems are integrated in
\QC, see \l{Using Version Control Systems}
+ \li Import as qmake Project
+
+ Import an existing project that does not use any of the supported
+ build systems: qmake, Qbs, CMake, or Autotools. The wizard creates
+ a qmake .pro file, which enables you to use \QC as a code editor and
+ as a launcher for debugging and analysis tools. However, if you want
+ to build the project, you might need to edit the generated .pro
+ file.
+
\li Import Existing Project
Import an existing project that does not use any of the supported