Skip to content

Commit

Permalink
correctly find Qt Linguist
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 9, 2020
1 parent 6e3d45e commit 80ea0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/CMakeLists.txt
@@ -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 )
Expand Down

0 comments on commit 80ea0f8

Please sign in to comment.