summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-27 17:28:26 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-06-03 09:52:21 +0000
commit06f7f3fd36f0faec3f7fda559af3bea66d4df47e (patch)
treee90575b304c6852a2cbea5d5d6658e2a4d92d672
parent492cfe7002a41d5eb542f467bc8ce4a281dc11c6 (diff)
Doc: Describe QMAKE_EXTENSION_STATICLIB in qmake Manual
Task-number: QTBUG-44176 Change-Id: I6f7ad50793b05585ba661cbe187d7619a36cafe5 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--qmake/doc/src/qmake-manual.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index e59b0ddcbe..9cd4ab98aa 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -1616,6 +1616,13 @@
\note Platform-specific variables that change the extension override
the contents of this variable.
+ \target QMAKE_EXTENSION_STATICLIB
+ \section1 QMAKE_EXTENSION_STATICLIB
+
+ Contains the extension for shared static libraries. The value of
+ this variable is typically handled by qmake or
+ \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
+
\section1 QMAKE_EXT_MOC
Contains the extension used on included moc files.