forked from qt-creator/qt-creator
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:
@@ -55,19 +55,29 @@
|
|||||||
|
|
||||||
\list
|
\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 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)
|
\if defined(qcmanual)
|
||||||
\o Qt Custom Designer Widgets
|
\o Qt Custom Designer Widgets
|
||||||
\endif
|
\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
|
\endlist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user