summaryrefslogtreecommitdiff
path: root/doc/reference/modules/cpp-module.qdoc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-11-16 11:26:57 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-11-16 12:48:28 +0000
commit04df7bbcf1a346c2e2bf15755790c8554a0b2c96 (patch)
tree7915da0481f10724d06b04d9d244eb584227eabc /doc/reference/modules/cpp-module.qdoc
parent1ab6dee934b4cdc27fe14271a7ecbc0fc35b04d5 (diff)
downloadqbs-04df7bbcf1a346c2e2bf15755790c8554a0b2c96.tar.gz
Document the dynamiclibrary_import tag
Task-number: QBS-807 Change-Id: I91b92418de72b6a725bb7ee559a1d8d6176505d6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/modules/cpp-module.qdoc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 386ac7553..bf1080dd7 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -150,6 +150,14 @@
\li The rule that creates dynamic libraries (typically via a linker) attaches this tag
to its output artifact.
\row
+ \li \c{"dynamiclibrary_import"}
+ \li n/a
+ \li 1.0.0
+ \li This tag is used for import libraries of dynamic libraries. For
+ example, the MSVC linker rule creates a \c{dynamiclibrary_import}
+ artifact \c{foo.lib} in addition to a \c{dynamiclibrary} artifact
+ \c{foo.dll}.
+ \row
\li \c{"hpp"}
\li \c{*.h}, \c{*.H}, \c{*.hpp}, \c{*.hxx}, \c{*.h++}
\li 1.0.1