Skip to content

Commit

Permalink
Updates Qt minimum required version
Browse files Browse the repository at this point in the history
Make it match the README documentation.
  • Loading branch information
luis-pereira authored and yan12125 committed Apr 24, 2024
1 parent 1bef0d4 commit 3cdbf40
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 @@ -32,7 +32,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
set(CMAKE_INCLUDE_CURRENT_DIR ON)

# Minimum Versions
set(QT_MINIMUM_VERSION "6.1.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(LXQTBT_MINIMUM_VERSION "2.0.0")

find_package(Qt6Widgets "${QT_MINIMUM_VERSION}" REQUIRED)
Expand Down

0 comments on commit 3cdbf40

Please sign in to comment.