Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a5623956
Commit
a5623956
authored
May 21, 2009
by
henry
Browse files
Allow the setting of the Qt version via the path to the appropriate qmake.
parent
10c2f6be
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/buildParaView
View file @
a5623956
...
...
@@ -56,6 +56,9 @@ MESA_LIBRARY="/usr/lib64/libOSMesa.so"
# extra QT gui support (useful for re-using the installation for engrid)
withQTSUPPORT
=
true
# Set the path to the Qt-4.3.? qmake if the system Qt is other than this version
#QMAKE_PATH=/usr/local/Trolltech/Qt-4.3.4/bin/qmake
#
# No further editing below this line
#------------------------------------------------------------------------------
...
...
bin/tools/buildParaViewFunctions
View file @
a5623956
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment