Add qtsparkle for msvc in nsi

This commit is contained in:
Jonas Kvinge 2022-03-17 06:51:15 +01:00
parent e67eb3c0d8
commit eec8ee5830
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ Section "Strawberry" Strawberry
File "opus.dll" File "opus.dll"
File "orc-0.4-0.dll" File "orc-0.4-0.dll"
File "psl-5.dll" File "psl-5.dll"
;File "qtsparkle-qt6.dll" File "qtsparkle-qt6.dll"
File "soup-2.4-1.dll" File "soup-2.4-1.dll"
File "sqlite3.dll" File "sqlite3.dll"
File "tag.dll" File "tag.dll"

View File

@ -276,7 +276,7 @@ int main(int argc, char *argv[]) {
translations->LoadTranslation("strawberry", QDir::currentPath(), language); translations->LoadTranslation("strawberry", QDir::currentPath(), language);
#ifdef HAVE_QTSPARKLE #ifdef HAVE_QTSPARKLE
qtsparkle::LoadTranslations(language); //qtsparkle::LoadTranslations(language);
#endif #endif
#endif #endif