Skip to content

Commit 12ee94c

Browse files
committed
Adding our license files to the Win install list
1 parent b26948d commit 12ee94c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ set(WIN_IMG_PLUGINS_DEBUG
232232
"${QT5_PATH}/plugins/imageformats/qwebpd.dll"
233233
)
234234

235+
# License files
236+
set(LICENSE_FILES
237+
LICENSE
238+
LICENSE-PLUGINS
239+
)
240+
235241

236242
qt5_wrap_ui(SQLB_FORM_HDR ${SQLB_FORMS})
237243
if(SQLB_TSS)
@@ -440,6 +446,11 @@ if(WIN32 AND MSVC)
440446
DESTINATION imageformats
441447
CONFIGURATIONS Release)
442448

449+
# The license files
450+
install(FILES
451+
${LICENSE_FILES}
452+
DESTINATION licenses)
453+
443454
# The batch file launcher
444455
install(FILES
445456
distri/winlaunch.bat

0 commit comments

Comments
 (0)