Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Nov 12, 2024
1 parent d7aad52 commit 15fbe06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
find_package(Qt6 6.8 COMPONENTS WebView)
endif()

if(${QT_VERSION} VERSION_GREATER_EQUAL "6.7.0")
qt_standard_project_setup(I18N_TRANSLATED_LANGUAGES de es fr it pl)
else()
qt_standard_project_setup()
endif()
qt_standard_project_setup(I18N_TRANSLATED_LANGUAGES de es fr it pl)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
Expand Down

0 comments on commit 15fbe06

Please sign in to comment.