<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Well,<br>I installed QT 4.3 now (with MinGW) and then I tried to build Paraview with the "MinGW Makefiles" -Option when it asks for the compiler, but still, the same problem originates: <br><br>"QMake Error at CMakeLists.txt:89 (Message): Qt 4.3.0 or greater not found. Please check the QT_QMAKE_EXECUTABLE variable. "<br><br>Here is the part of CMakeLists.txt which posts the error:<br><br>&nbsp; # ParaView requires this minimum version of Qt, and let's do it here before<br>&nbsp; # our first call to FindQt4.cmake<br>&nbsp; SET(QT_MIN_VERSION "4.3.0")<br>&nbsp; SET(QT_REQUIRED TRUE)<br>&nbsp; FIND_PACKAGE(Qt4)<br>&nbsp; IF(NOT QT4_FOUND)<br>&nbsp;&nbsp;&nbsp; MESSAGE(SEND_ERROR "Qt ${QT_MIN_VERSION} or greater not found.&nbsp; Please check the QT_QMAKE_EXECUTABLE variable.")<br>&nbsp; ELSE(NOT QT4_FOUND)<br>&nbsp;&nbsp;&nbsp; # don't go greater than supported version<br>&nbsp;&nbsp;&nbsp; STRING(REGEX MATCH "^4\\.3\\.[0-9]+" qt_version_tmp "${QTVERSION}")<br><br>Do you have any ideas what to try next?<br><br>thx,<br>Natalie<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>