summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2014-11-27 21:08:45 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-09 16:57:21 +0100
commita19f1d320a5d97b08741ea51f8bda40747d11d71 (patch)
tree65b4b0da3ab48fb06499aaabbafa7191b7bcf8bb /qmake
parent079adae309398b3c8670ebc45c1749e98e40ff53 (diff)
document QMAKE_CFLAGS
Task-number: QTBUG-16577 Change-Id: I9ab76dc0715187e059c3403447c27929261bd064 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 202df7e03c..414b42d48e 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1464,6 +1464,15 @@
executable needs to be specified as long as it is on a path contained
in the \c PATH variable when the Makefile is processed.
+ \section1 QMAKE_CFLAGS
+
+ Specifies the C compiler flags for building
+ a project. The value of this variable is typically handled by
+ qmake or \l{#QMAKESPEC}{qmake.conf} and rarely
+ needs to be modified. The flags specific to debug and release modes can be
+ adjusted by modifying the \c QMAKE_CFLAGS_DEBUG and
+ \c QMAKE_CFLAGS_RELEASE variables, respectively.
+
\target QMAKE_CFLAGS_DEBUG
\section1 QMAKE_CFLAGS_DEBUG