CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk

This commit is contained in:
Magne Sjaastad
2019-06-26 08:00:42 +02:00
parent 7213ae7e98
commit a6e1098716

View File

@@ -322,9 +322,7 @@ set_property(TARGET
################################################################################
# App and Viz Framework Qt5 setting
################################################################################
if (RESINSIGHT_BUILD_WITH_QT5)
set(CEE_USE_QT5 ON)
endif(RESINSIGHT_BUILD_WITH_QT5)
set(CEE_USE_QT5 RESINSIGHT_BUILD_WITH_QT5)
################################################################################