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

@@ -398,8 +398,10 @@ list(APPEND THIRD_PARTY_LIBRARIES NRLib)
# ##############################################################################
# Qt
# ##############################################################################
set(RI_QT_MINIMUM_VERSION 5.12)
find_package(
Qt5
Qt5 ${RI_QT_MINIMUM_VERSION}
COMPONENTS Core
Gui
OpenGL