mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Allow the setting of the Qt version via the path to the appropriate qmake.
This commit is contained in:
@ -170,6 +170,11 @@ addQtSupport()
|
||||
[ "${withQTSUPPORT:=false}" = true ] || return
|
||||
|
||||
addCMakeVariable "PARAVIEW_BUILD_QT_GUI=ON"
|
||||
|
||||
if [ -n "$QMAKE_PATH" ]
|
||||
then
|
||||
addCMakeVariable QT_QMAKE_EXECUTABLE:FILEPATH=$QMAKE_PATH
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user