correctly find Qt Linguist

This commit is contained in:
Denis Rouzaud 2020-12-09 23:52:45 +01:00 committed by GitHub
parent 6e3d45e6aa
commit 80ea0f88dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
find_package(Qt5LinguistTools REQUIRED)
find_package(Qt5 COMPONENTS LinguistTools REQUIRED)
set(QT_LRELEASE_EXECUTABLE Qt5::lrelease)
macro(ADD_TRANSLATION_FILES _sources )