Skip to content
Snippets Groups Projects
Commit d535ebc9 authored by Andrew Heather's avatar Andrew Heather
Browse files

adding Mark's change to the build PV options

parent 8edf105c
Branches
Tags
No related merge requests found
......@@ -170,6 +170,20 @@ addQtSupport()
[ "${withQTSUPPORT:=false}" = true ] || return
addCMakeVariable "PARAVIEW_BUILD_QT_GUI=ON"
if [ -n "$QMAKE_PATH" ]
then
if [ -x "$QMAKE_PATH" ]
then
addCMakeVariable QT_QMAKE_EXECUTABLE:FILEPATH=$QMAKE_PATH
else
echo
echo "specified QMAKE_PATH does not exist on this machine"
echo " QMAKE_PATH=$QMAKE_PATH"
echo "leaving unspecified"
echo
fi
fi
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment