X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FCMakeLists.txt;h=1d95aa6206d9df028178609962040b661fa7ded1;hb=1e40fc6bc04df8f658f677ca5be4c970f150dc10;hp=cac949c7ed492c6fd711b29e18c320caa7d0cfdd;hpb=af9bfa0581dd3620f6fe300084262c55c7084046;p=quassel.git diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index cac949c7..1d95aa62 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,7 +1,7 @@ # Generate and add translations # The LINGUAS variable can be used to limit that set -if(QT_LCONVERT_EXECUTABLE) +if (TARGET Qt5::lconvert) # get environment variable for translations set(LINGUAS "$ENV{LINGUAS}") string(REGEX REPLACE "[ \t]+" \; output "${LINGUAS}")