We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26948d commit 12ee94cCopy full SHA for 12ee94c
CMakeLists.txt
@@ -232,6 +232,12 @@ set(WIN_IMG_PLUGINS_DEBUG
232
"${QT5_PATH}/plugins/imageformats/qwebpd.dll"
233
)
234
235
+# License files
236
+set(LICENSE_FILES
237
+ LICENSE
238
+ LICENSE-PLUGINS
239
+)
240
+
241
242
qt5_wrap_ui(SQLB_FORM_HDR ${SQLB_FORMS})
243
if(SQLB_TSS)
@@ -440,6 +446,11 @@ if(WIN32 AND MSVC)
440
446
DESTINATION imageformats
441
447
CONFIGURATIONS Release)
442
448
449
+ # The license files
450
+ install(FILES
451
+ ${LICENSE_FILES}
452
+ DESTINATION licenses)
453
443
454
# The batch file launcher
444
455
install(FILES
445
456
distri/winlaunch.bat
0 commit comments