From eec8ee5830430c8535bdf3719597fea5825b825a Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 17 Mar 2022 06:51:15 +0100 Subject: [PATCH] Add qtsparkle for msvc in nsi --- dist/windows/strawberry.nsi.in | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 7b9c59dae..86ce2cc49 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -362,7 +362,7 @@ Section "Strawberry" Strawberry File "opus.dll" File "orc-0.4-0.dll" File "psl-5.dll" - ;File "qtsparkle-qt6.dll" + File "qtsparkle-qt6.dll" File "soup-2.4-1.dll" File "sqlite3.dll" File "tag.dll" diff --git a/src/main.cpp b/src/main.cpp index 0258631a1..749f1bee8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -276,7 +276,7 @@ int main(int argc, char *argv[]) { translations->LoadTranslation("strawberry", QDir::currentPath(), language); #ifdef HAVE_QTSPARKLE - qtsparkle::LoadTranslations(language); + //qtsparkle::LoadTranslations(language); #endif #endif