mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Set minimum Qt version to 5.12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user