From 7a664342b6b12eddaccb1dbcebbd787fd8f12f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 9 Jan 2021 13:30:54 +0100 Subject: [PATCH] Yet another Qt6 NSIS fix --- pkg/gpxsee64.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index a6c3ca79..c0903366 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -200,10 +200,10 @@ Section "QT framework" SEC_QT File "Qt5Network.dll" File "Qt5Sql.dll" File "Qt5Concurrent.dll" + File /r "printsupport" !endif File /r "platforms" File /r "imageformats" - File /r "printsupport" File /r "styles" File /r "sqldrivers"