Gui: Compile CONTRIBUTORS into Qt resources

This commit is contained in:
Chris Hennes
2022-04-27 10:25:53 -05:00
parent f8f3ba7a04
commit 4f9eb9ebce
3 changed files with 6 additions and 5 deletions

View File

@@ -3,13 +3,12 @@ configure_file(ThirdPartyLibraries.html
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/ThirdPartyLibraries.html COPYONLY)
configure_file(LICENSE.html
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/LICENSE.html COPYONLY)
configure_file(CONTRIBUTORS
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/CONTRIBUTORS COPYONLY)
# The CONTRIBUTORS file is now compiled into the FreeCAD GUI Qt resource file
INSTALL(FILES
ThirdPartyLibraries.html
LICENSE.html
CONTRIBUTORS
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)