Adding our license files to the Win install list

This commit is contained in:
Justin Clift
2017-11-19 21:23:52 +00:00
parent b26948da14
commit 12ee94cee9

View File

@@ -232,6 +232,12 @@ set(WIN_IMG_PLUGINS_DEBUG
"${QT5_PATH}/plugins/imageformats/qwebpd.dll"
)
# License files
set(LICENSE_FILES
LICENSE
LICENSE-PLUGINS
)
qt5_wrap_ui(SQLB_FORM_HDR ${SQLB_FORMS})
if(SQLB_TSS)
@@ -440,6 +446,11 @@ if(WIN32 AND MSVC)
DESTINATION imageformats
CONFIGURATIONS Release)
# The license files
install(FILES
${LICENSE_FILES}
DESTINATION licenses)
# The batch file launcher
install(FILES
distri/winlaunch.bat