From cc5506f103ce65449d51325512c648fbf2c6052f Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 21 May 2009 18:29:13 +0100 Subject: [PATCH] Added backward compatibility in the naming of the ParaView directory. --- bin/buildParaView | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildParaView b/bin/buildParaView index 35d027c3da..de0fe41150 100755 --- a/bin/buildParaView +++ b/bin/buildParaView @@ -57,7 +57,7 @@ MESA_LIBRARY="/usr/lib64/libOSMesa.so" 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 +QMAKE_PATH=/usr/local/Trolltech/Qt-4.3.4/bin/qmake # # No further editing below this line