From 60f3c1972ba4d2362acde162ad15a10321316f1d Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 22 May 2009 17:12:03 +0100 Subject: [PATCH] Added an example path to qmake for people building Qt-4.3.5 in ThirdParty. --- bin/buildParaView | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/buildParaView b/bin/buildParaView index de0fe41..cceee96 100755 --- a/bin/buildParaView +++ b/bin/buildParaView @@ -57,7 +57,9 @@ 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="" +#QMAKE_PATH=/usr/local/Trolltech/Qt-4.3.5/bin/qmake +#QMAKE_PATH=$WM_THIRD_PARTY_DIR/qt-x11-opensource-src-4.3.5/platforms/linux64GccDPOpt/bin/qmake # # No further editing below this line -- 2.11.4.GIT