Adapt CMake logic for finding lconvert in newer Qt5
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 24 Jul 2014 20:51:16 +0000 (22:51 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 24 Jul 2014 20:51:16 +0000 (22:51 +0200)
Seems like Qt 5.3 has added the long-missing lconvert target in its CMake
support scripts, however it didn't also add the Qt5_LCONVERT_EXECUTABLE
variable to go along with that. Adding the target disabled our workaround,
breaking translation support in Quassel.

We now also cover this case (and made things future-proof in case Qt5 ever
adds the variable upstream).


No differences found