From 06f7f3fd36f0faec3f7fda559af3bea66d4df47e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 27 May 2016 17:28:26 +0200 Subject: Doc: Describe QMAKE_EXTENSION_STATICLIB in qmake Manual Task-number: QTBUG-44176 Change-Id: I6f7ad50793b05585ba661cbe187d7619a36cafe5 Reviewed-by: Tim Jenssen Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.3