X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FCMakeLists.txt;fp=po%2FCMakeLists.txt;h=cac949c7ed492c6fd711b29e18c320caa7d0cfdd;hp=03a6d055211f3818b0f48d3441406f6bcf89ecc2;hb=af9bfa0581dd3620f6fe300084262c55c7084046;hpb=8b07343ab53d37b5340a56bde2d71ff2a3afb14a diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 03a6d055..cac949c7 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -33,9 +33,9 @@ else() message(STATUS "WARNING: lconvert not found, you won't have translations!") endif() -# For a static or win32 build, we need to include Qt translations if available +# For a Win32 build, we need to include Qt translations if available if(QT_TRANSLATIONS_DIR) - if(STATIC OR WIN32) + if(WIN32) foreach(LANG ${gen_linguas}) file(GLOB lang_files ${QT_TRANSLATIONS_DIR}/qt_${LANG}*.qm) foreach(absfile ${lang_files})