Skip to content

Commit

Permalink
Raise qt version to LTS 5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Feb 22, 2024
1 parent 7f1d131 commit b287ec1
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 @@ -25,7 +25,7 @@ elseif (UNIX)
string(REGEX REPLACE "//" "/" KIMAGEANNOTATOR_LANG_INSTALL_DIR "${KIMAGEANNOTATOR_LANG_INSTALL_DIR}")
endif ()

set(QT_MIN_VERSION 5.15)
set(QT_MIN_VERSION 5.15.2)

option(BUILD_WITH_QT6 "Build against Qt6" OFF)

Expand Down

0 comments on commit b287ec1

Please sign in to comment.