Janitor: Set minimum Qt version to 5.12

This commit is contained in:
Magne Sjaastad
2022-03-12 16:43:48 +01:00
committed by GitHub
parent 806a149809
commit 7238894bf6
3 changed files with 7 additions and 13 deletions

View File

@@ -21,15 +21,11 @@ endif()
# Open GL
find_package(OpenGL)
find_package(
Qt5
COMPONENTS Core
QUIET
)
find_package(Qt5 ${RI_QT_MINIMUM_VERSION} COMPONENTS Core)
if(Qt5Core_FOUND)
find_package(
Qt5
Qt5 ${RI_QT_MINIMUM_VERSION}
COMPONENTS Core
Gui
OpenGL