mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix Qt5LinguistTools detection/lrelease binary location
Correctly find the Qt5 module that provides the path to Qt5-based lrelease. Available since >= Qt-5.3.1 which is well below the current minimum for QGIS. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
3240f788fe
commit
db2fee6c19
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user