From 1f543b23a862f4ab651522085f98e6274ace8e99 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 1 Jun 2020 09:33:36 -0400 Subject: UseSWIG: note dependency behavior for Make generators See: #20067 --- Modules/UseSWIG.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Modules/UseSWIG.cmake b/Modules/UseSWIG.cmake index f6a20f8..a60e05e 100644 --- a/Modules/UseSWIG.cmake +++ b/Modules/UseSWIG.cmake @@ -41,6 +41,14 @@ Defines the following command for use with ``SWIG``: configuration-specific files generated by ``SWIG``. All build configurations must result in the same generated source file. + .. note:: + + For Make-based generators, ``swig_add_library`` does not track file + dependencies, so depending on the ``_swig_compilation`` custom target + is required for targets which require the ``swig``-generated files to + exist. Other generators may depend on the source files that would be + generated by SWIG. + ``TYPE`` ``SHARED``, ``MODULE`` and ``STATIC`` have the same semantic as for the :command:`add_library` command. If ``USE_BUILD_SHARED_LIBS`` is specified, -- cgit v0.12 nchange='this.form.submit();'> Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-06-21 13:46:02 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-06-21 13:46:02 (GMT)
commitd11e3d6e327677e828918de3173732116976fbe4 (patch)
tree630c1fd52770212bc52bf3145d3cafe3dea77a35 /doc/src/examples/dockwidgets.qdoc
parentfc0e74d5661da0a678a60082dae60d4564da94b0 (diff)
downloadQt-d11e3d6e327677e828918de3173732116976fbe4.zip
Qt-d11e3d6e327677e828918de3173732116976fbe4.tar.gz
Qt-d11e3d6e327677e828918de3173732116976fbe4.tar.bz2
Doc: Relicensed the documentation under the GNU FDL version 1.3.
Reviewed-by: Trust Me Requested-by: Legal
Diffstat (limited to 'doc/src/examples/dockwidgets.qdoc')
'/>
Commit message (Expand)AuthorAgeFilesLines
* Add a missing file into Makefile.am for MinGW Autotools build error. (#4004)H. Joe Lee2024-02-131-1/+1
* Subfiling VFD source cleanup (#3241)jhendersonHDF2023-07-13