Skip to content

Commit

Permalink
Fix Qt5LinguistTools detection/lrelease binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Nov 24, 2020
1 parent a1f85d4 commit d79065c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i18n/CMakeLists.txt
@@ -1,4 +1,5 @@
find_program(QT_LRELEASE_EXECUTABLE NAMES lrelease-qt5 lrelease)
find_package(Qt5LinguistTools REQUIRED)
set(QT_LRELEASE_EXECUTABLE Qt5::lrelease)

macro(ADD_TRANSLATION_FILES _sources )
foreach (_current_FILE ${ARGN})
Expand Down

0 comments on commit d79065c

Please sign in to comment.