CMake: Use find_package for qtsparkle

This commit is contained in:
Jonas Kvinge
2025-01-12 03:56:22 +01:00
parent 8a9db5440d
commit e5b6c5959f
2 changed files with 3 additions and 3 deletions

View File

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