Qt: Add Portuguese translation

This commit is contained in:
Connor McLaughlin
2020-07-28 19:16:12 +10:00
parent 3edb255eca
commit 79c8b9f52c
11 changed files with 1520 additions and 7 deletions

View File

@ -91,7 +91,7 @@ if(NOT ANDROID)
find_package(SDL2 REQUIRED)
endif()
if(BUILD_QT_FRONTEND)
find_package(Qt5 COMPONENTS Core Gui Widgets Network REQUIRED)
find_package(Qt5 COMPONENTS Core Gui Widgets Network LinguistTools REQUIRED)
endif()
endif()