mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Add option RESINSIGHT_BUILD_WITH_QT5
This commit is contained in:
parent
6ca725b5e8
commit
ca267a7f44
@ -236,6 +236,7 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
||||
################################################################################
|
||||
# Qt
|
||||
################################################################################
|
||||
option(RESINSIGHT_BUILD_WITH_QT5 "Use Qt5 folder" OFF)
|
||||
if (RESINSIGHT_BUILD_WITH_QT5)
|
||||
message(STATUS "Attempting to build with Qt5")
|
||||
find_package(Qt5 COMPONENTS Core QUIET)
|
||||
|
Loading…
Reference in New Issue
Block a user