Allow the setting of the Qt version via the path to the appropriate qmake.

This commit is contained in:
henry
2009-05-21 17:45:56 +01:00
parent 10c2f6bee0
commit a562395687
2 changed files with 8 additions and 0 deletions

View File

@ -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
}