Skip to content

Commit

Permalink
CMake: check for Qt 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 14, 2021
1 parent cdb881e commit 6705598
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 6705598

Please sign in to comment.