mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Adding our license files to the Win install list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user