From 3a9763d3492ef9c26a63c86e8a024fab3ce5807a Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 24 Jul 2014 10:22:48 +0200 Subject: qmake: Document the "aux" template type. Better late than never. Change-Id: If3bbeb4dfe3a8d49ceb02d9c2d0f2eff71595105 Reviewed-by: Leena Miettinen Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'qmake/doc') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 2f43c8ad1f..58441064ad 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -321,6 +321,12 @@ \header \li Template \li qmake Output \row \li app (default) \li Makefile to build an application. \row \li lib \li Makefile to build a library. + \row \li aux \li Makefile to build nothing. Use this if no compiler needs to + be invoked to create the target, for instance because your + project is written in an interpreted language. + \note This template type is only available for Makefile-based + generators. In particular, it will not work with the vcxproj and + Xcode generators. \row \li subdirs \li Makefile containing rules for the subdirectories specified using the \l{SUBDIRS} variable. Each subdirectory must contain its own project file. @@ -2324,6 +2330,12 @@ \row \li subdirs \li Creates a Makefile for building targets in subdirectories. The subdirectories are specified using the \l{#SUBDIRS}{SUBDIRS} variable. + \row \li aux \li Creates a Makefile for not building anything. Use this if no compiler + needs to be invoked to create the target, for instance because your + project is written in an interpreted language. + \note This template type is only available for Makefile-based + generators. In particular, it will not work with the vcxproj and + Xcode generators. \row \li vcapp \li Windows only. Creates an application project for Visual Studio. See \l{Creating Visual Studio Project Files} for more information. -- cgit v1.2.3