From 53b34ff24c62e1fab9b25ff6b3fdd3480127bba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 10 Jan 2022 21:54:39 +0100 Subject: [PATCH] Added missing TLS plugins to Qt6 build --- pkg/gpxsee64.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 6a00efc6..eeb54d7b 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -256,6 +256,7 @@ Section "QT framework" SEC_QT File "Qt6Core5Compat.dll" File "Qt6Positioning.dll" File "Qt6SerialPort.dll" + File /r "tls" !else File "Qt5Core.dll" File "Qt5Gui.dll"