Skip to content

Commit

Permalink
Merge pull request #4423 from Be-ing/qt5_12
Browse files Browse the repository at this point in the history
CMake: check for Qt 5.12
  • Loading branch information
uklotzde committed Oct 14, 2021
2 parents cdb881e + 6705598 commit e2c6089
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 @@ -2083,7 +2083,7 @@ if(QT6)
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
set(QT6_NEW_COMPONENTS "SvgWidgets;Core5Compat")
else()
find_package(QT NAMES Qt5 COMPONENTS Core REQUIRED)
find_package(QT 5.12 NAMES Qt5 COMPONENTS Core REQUIRED)
endif()
find_package(Qt${QT_VERSION_MAJOR}
COMPONENTS
Expand Down

0 comments on commit e2c6089

Please sign in to comment.