Hi All,<br>
<br>
I&#39;m moving from Linux (Ubuntu) to Mac OS 10.6 and I&#39;m facing some problems to build VTK with QT support.<br>
<br>
In Ubuntu it was easy. I just had to install libqt4-dev via apt-get and then, generate the Makefile with this command:<br><br><span class="il">cmake</span> ../<span class="il">VTK</span>
-DBUILD_EXAMPLES=OFF -DBUILD_SHARED=OFF -DVTK_USE_HYBRID=ON
-DVTK_USE_RENDERING=ON -DVTK_USE_PARALLEL=ON -DVTK_USE_PATENTED=ON
-DVTK_USE_GUISUPPORT=ON -DVTK_USE_QVTK=ON -DDESIRED_QT_VERSION=4
-DVTK_USE_RENDERING=ON -DVTK_USE_ANSI_STDLIB=ON<br><br><br>In Mac OS I have installed the qt-sdk-mac-opensource-2009.05.dmg.<br><br>When I try to generate the Makefile with QT support, it looks like that qt (CMakeLists.txt) is not finding it.<br>
<br>Does anybody has good a tutorial about this?<br><br>Thanks &amp; Regards,<br>Luis<br>