From 04df7bbcf1a346c2e2bf15755790c8554a0b2c96 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 16 Nov 2018 11:26:57 +0100 Subject: Document the dynamiclibrary_import tag Task-number: QBS-807 Change-Id: I91b92418de72b6a725bb7ee559a1d8d6176505d6 Reviewed-by: Christian Kandeler --- doc/reference/modules/cpp-module.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 @@ -149,6 +149,14 @@ \li 1.0.1 \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++} -- cgit v1.2.3