CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk, add to cache

This commit is contained in:
Magne Sjaastad 2019-06-26 08:14:54 +02:00
parent a6e1098716
commit 546c5aef82

View File

@ -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")
################################################################################