diff --git a/src/Doc/CMakeLists.txt b/src/Doc/CMakeLists.txt
index 5ba9f1b389..020034d676 100644
--- a/src/Doc/CMakeLists.txt
+++ b/src/Doc/CMakeLists.txt
@@ -1,13 +1,12 @@
-
-configure_file(ThirdPartyLibraries.html
- ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/ThirdPartyLibraries.html COPYONLY)
+configure_file(ThirdPartyLibraries.html.cmake
+ ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/ThirdPartyLibraries.html)
configure_file(LICENSE.html
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/LICENSE.html COPYONLY)
# The CONTRIBUTORS file is now compiled into the FreeCAD GUI Qt resource file
INSTALL(FILES
- ThirdPartyLibraries.html
+ ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/ThirdPartyLibraries.html
LICENSE.html
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)
diff --git a/src/Doc/ThirdPartyLibraries.html b/src/Doc/ThirdPartyLibraries.html.cmake
similarity index 93%
rename from src/Doc/ThirdPartyLibraries.html
rename to src/Doc/ThirdPartyLibraries.html.cmake
index 4070828145..9cccc218f2 100644
--- a/src/Doc/ThirdPartyLibraries.html
+++ b/src/Doc/ThirdPartyLibraries.html.cmake
@@ -24,6 +24,7 @@ List of Open Source components
Version: ${Boost_VERSION}
Web site: https://www.boost.org/
License: Boost Software License: https://www.boost.org/users/license.html
@@ -31,6 +32,7 @@ List of Open Source componentsVersion: ${COIN3D_VERSION}
Web site: https://coin3d.github.io
License: BSD 3-Clause: https://github.com/coin3d/coin/blob/master/COPYING
@@ -38,6 +40,7 @@ List of Open Source componentsVersion: ${EIGEN3_VERSION}
Web site: https://eigen.tuxfamily.org
License: MPL version 2.0: https://www.mozilla.org/en-US/MPL/2.0/
@@ -45,6 +48,7 @@ List of Open Source componentsVersion: ${FREETYPE_VERSION_STRING}
Web site: https://www.freetype.org/
License: FreeType License: https://gitlab.freedesktop.org/freetype/freetype/-/blob/master/docs/FTL.TXT
@@ -66,6 +70,7 @@ List of Open Source componentsVersion: 1.0.1
Web site: https://github.com/Ondsel-Development/OndselSolver
License: LGPL version 2.1: LGPL v2.1
@@ -73,12 +78,14 @@ List of Open Source componentsVersion: ${OCC_VERSION_STRING}
Web site: https://www.opencascade.com/open-cascade-technology/
License: LGPL version 2.1 with additional exception:https://dev.opencascade.org/resources/licensing
Version: ${PCL_VERSION}
Web site: https://www.pointclouds.org
License: BSD-3-clausehttps://github.com/PointCloudLibrary/pcl/blob/master/LICENSE.txt
@@ -86,6 +93,7 @@ List of Open Source componentsVersion: ${PYCXX_VERSION}
Web site: http://cxx.sourceforge.net
License: BSD-3-clause
@@ -149,6 +157,7 @@ Additional BSD Notice@@ -177,6 +189,7 @@ Additional BSD Notice
Python
+Version: ${PYTHON_VERSION_STRING}
Web site: https://www.python.org/
License: https://docs.python.org/3.6/license.html
@@ -156,6 +165,7 @@ Additional BSD Notice
Qt for Python (Shiboken / PySide)
+Version: ${PySide2_VERSION}
Web site: https://wiki.qt.io/Qt_for_Python
License: LGPL version 3 / GPL version 2: LGPLv3 / GPLv2 @@ -163,6 +173,7 @@ Additional BSD Notice
Qt
+Version: ${QtCore_VERSION}
Web site: https://www.qt.io/
License: LGPL version 3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html
@@ -170,6 +181,7 @@ Additional BSD Notice
Salome SMESH
+Version: ${SMESH_VERSION_MAJOR}.${SMESH_VERSION_MINOR}.${SMESH_VERSION_PATCH}.${SMESH_VERSION_TWEAK}
Web site: https://www.salome-platform.org/
License: LGPL version 2.1: LGPL v2.1
Version: ${VTK_VERSION}
Web site: https://www.vtk.org
License: BSD-3-clause: https://vtk.org/Wiki/VTK/License
@@ -184,6 +197,7 @@ Additional BSD NoticeVersion: ${XercesC_VERSION}
Web site: https://xerces.apache.org/xerces-c
License: Apache License Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.html
@@ -198,6 +212,7 @@ Additional BSD NoticeVersion: ${ZLIB_VERSION_STRING}
Web site: https://zlib.net/
License: zlib: https://zlib.net/zlib_license.html