Doc: plain C or C++ project wizards

Add more info about other project wizards

Change-Id: I5b143fb1d8203b0a068e07952952f812b2a601df
Reviewed-on: http://codereview.qt-project.org/6136
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Leena Miettinen
2011-10-06 11:44:15 +02:00
parent e1b4703cd5
commit c98e72a92a

View File

@@ -55,19 +55,29 @@
\list
\o HTML5 based applications
\o HTML5 based applications that contain both HTML5 and C++ code
and include a WebKit view
\o Qt console applications
\o Qt console applications that contain a single main.cpp file with
a stub implementation
\o Shared or static C++ libraries
\o Qt unit tests
\o Plain C or C++ projects that use qmake but do not use the Qt
library
\o Qt unit tests for features or classes
\if defined(qcmanual)
\o Qt Custom Designer Widgets
\endif
\o Subprojects
\o \QC plugins
\o Empty Qt projects that are based on qmake but do not use any
default classes
\o Subprojects to structure your qmake projects as a tree hierarchy
\endlist