Skip to content

Commit

Permalink
chore: update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Sep 8, 2023
1 parent 1b6c566 commit 083d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(Git)
find_package(Qt6 COMPONENTS Widgets)

if(NOT Qt6_FOUND)
find_package(Qt5 REQUIRED COMPONENTS Widgets)
find_package(Qt5 5.15 REQUIRED COMPONENTS Widgets)
find_package(Qt5LinguistTools)
endif()

Expand Down

0 comments on commit 083d567

Please sign in to comment.