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:
@@ -236,6 +236,7 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
|||||||
################################################################################
|
################################################################################
|
||||||
# Qt
|
# Qt
|
||||||
################################################################################
|
################################################################################
|
||||||
|
option(RESINSIGHT_BUILD_WITH_QT5 "Use Qt5 folder" OFF)
|
||||||
if (RESINSIGHT_BUILD_WITH_QT5)
|
if (RESINSIGHT_BUILD_WITH_QT5)
|
||||||
message(STATUS "Attempting to build with Qt5")
|
message(STATUS "Attempting to build with Qt5")
|
||||||
find_package(Qt5 COMPONENTS Core QUIET)
|
find_package(Qt5 COMPONENTS Core QUIET)
|
||||||
|
|||||||
Reference in New Issue
Block a user