mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk, add to cache
This commit is contained in:
parent
a6e1098716
commit
546c5aef82
@ -320,9 +320,9 @@ set_property(TARGET
|
||||
|
||||
|
||||
################################################################################
|
||||
# App and Viz Framework Qt5 setting
|
||||
# App and Viz Framework Qt5 setting, propagate settings in RESINSIGHT_BUILD_WITH_QT5
|
||||
################################################################################
|
||||
set(CEE_USE_QT5 RESINSIGHT_BUILD_WITH_QT5)
|
||||
set(CEE_USE_QT5 RESINSIGHT_BUILD_WITH_QT5 CACHE BOOL "Flag used to enable Qt5 in AppFwk and VizFwk")
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user