On 05/30/16 21:29, Karl Ove Hufthammer wrote: > JAZEIX Johnny skreiv 30. mai 2016 21:24: >> >> >> I just pushed in master a fix to first look for lrelease-qt5 and then >> for lrelease >> (https://phabricator.kde.org/rGCOMPRIS3c4656c84cf3f64d894064db32a2d1e5567a88a1). >> Can you tell me if it works? > > > I think the following is simpler, and works (for me): > > -FIND_PROGRAM(LRELEASE_EXECUTABLE lrelease lrelease-qt5 > - PATHS > - ${Qt5_DIR}/../../../bin/ > - /usr/local/bin > - /usr/bin/ > - NO_DEFAULT_PATH > -) > +SET(LRELEASE_EXECUTABLE ${Qt5_LRELEASE_EXECUTABLE}) > Hi, it's more simple and works for me also for linux and android. Can you push it or do you want me to do it? Johnny