<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi<div><br></div><div>that’s because QT5 support is only available since VTK 6.1. So the option is not present in VTK 6.0.</div><div>(See <a href="http://www.vtk.org/pipermail/vtkusers/2013-June/080169.html">http://www.vtk.org/pipermail/vtkusers/2013-June/080169.html</a>)</div><div><br></div><div>Michka</div><div><br><div><div>On 24 mars 2014, at 22:22, Sam Raby <<a href="mailto:rabysam28@gmail.com">rabysam28@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi Andrew, <div><br><div>I was about to send email and say that the error still persists. So, changing the CMakeLists.txt did not resolve the issue. So I am now back to the original CMakeLists.txt.</div><div>

<br></div><div>However, the thing is even after pressing "t", I did not see <span style="line-height:14.289772033691406px;background-color:rgb(249,249,249)">VTK_QT_VERSION listed there, and hence I was not able to change the </span><span style="line-height:14.289772033691406px;background-color:rgb(249,249,249)">VTK_QT_VERSION to 5. What I did not try was adding </span>-DVTK_QT_VERSION:STRING="5" to ccmake command line, which I should have. <div>

<br></div><div>However, later, I thought to use the latest version of VTK in hope the problem gets resolved (I was using VTK6.0.0). In this regard, I checked out the VTK using "<span style="line-height:14.300000190734863px;background-color:rgb(249,249,249)">git clone git://<a href="http://vtk.org/VTK.git" target="_blank">vtk.org/VTK.git</a> VTK", and then when I ran ccmake in the command line, I saw the VTK_QT_VERSION listed, and I set it to 5. After setting the rest of ccmake parameters, it worked and I complied VTK with Qt-enabled.</span></div>

<div><div><font><span style="line-height:14.300000190734863px"><br></span></font></div><div><font><span style="line-height:14.300000190734863px">I am not sure why I had trouble compiling the 6.0.0 version of VTK with Qt-enabled.</span></font></div>

</div></div><div class="gmail_extra"><br></div><div class="gmail_extra">-S<br><br><div class="gmail_quote">On Mon, Mar 24, 2014 at 4:05 PM, Andrew Maclean <span dir="ltr"><<a href="mailto:andrew.amaclean@gmail.com" target="_blank">andrew.amaclean@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Never modify the VTK CMake files.These files have been carefully designed to build VTK from scratch by inspecting the system and then creating the necessary generators for your specific platform that are used to build VTK. <div>


<br></div><div>If you modify these files and subsequently download a newer version of VTK then your modifications are lost. Additionally you may inadvertently modify something you shouldn't, making it very difficult to get assistance should the build fail. <div>


<br></div><div>CMake provides a mechanism to modify the the cmake cache entries either through the GUI (ccmake or cmake-gui) or by setting parameters via -D on the command line to create/change a cmake cache entry.</div>

<div>
Run: "cmake --help" for more information.<div>  <div><div>If you are using ccmake, press "t" to toggle advanced mode and scroll down to find VTK_QT_VERSION.</div><div>Alternatively run ccmake with -DVTK_QT_VERSION:STRING="5"</div>

<span class=""><font color="#888888">
<div><br></div><div>Andrew</div></font></span></div></div></div></div></div><div class=""><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 3:35 AM, Sam Raby <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Thank you Andrew for the directions. <div>

Since I am not using GUI version of cmake, what I did was to go to the source directory of VTK and then I added two following lines to the CMakeLists.txt file:</div>


<div><br></div><div><div>set(VTK_QT_VERSION "5" CACHE STRING "Expected Qt version")</div><div>mark_as_advanced(VTK_QT_VERSION)</div></div><div><br></div><div>and then when I ran ccmake, I was able to configure VTK successfully, as the version of Qt is now set to 5.</div>




<div><br></div><div>FYI, the two above lines are from the link below:</div><div><br></div><div><a href="https://github.com/Kitware/VTK/blob/master/CMake/vtkQt.cmake" target="_blank">https://github.com/Kitware/VTK/blob/master/CMake/vtkQt.cmake</a><span><font color="#888888"><br>




</font></span></div><span><font color="#888888"><div><br></div><div><br></div><div>-S</div></font></span></div><div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Mar 20, 2014 at 3:46 PM, Andrew Maclean <span dir="ltr"><<a href="mailto:andrew.amaclean@gmail.com" target="_blank">andrew.amaclean@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div>Set Grouped and Advanced in the Cmake GUI and look ook in the VTK section of the cmake-gui and you will see it about half-way down:</div>




<div><br></div><div><br></div><div><span><VTK_QT_VERSION.PNG></span><br>
</div><div><br></div></div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 21, 2014 at 3:13 AM, Sam Raby <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div dir="ltr">Thanks Andrew. Would you let me know how I can set VTK_QT_VERSION to 5? I do not see this option in the advanced mode. <br>





</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div>On Wed, Mar 19, 2014 at 6:05 PM, Andrew Maclean <span dir="ltr"><<a href="mailto:andrew.amaclean@gmail.com" target="_blank">andrew.amaclean@gmail.com</a>></span> wrote:<br>







</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">You need to set  VTK_QT_VERSION to 5 as VTK uses QT4 by default.<br>

<div class="gmail_extra">



<br></div>
<div class="gmail_extra">
Andrew</div><div class="gmail_extra"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div>
---------- Forwarded message ----------<br>From: Sam Raby <<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>><br></div><div>To: "<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>><br>








Cc: <br>Date: Tue, 18 Mar 2014 15:28:32 -0500<br>Subject: [vtkusers] Fwd: VTK compilation with QT<br><div dir="ltr">I appreciate any idea how I can fix this compilation error?<div>thanks</div><div>-S<br><br><div class="gmail_quote">








---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Sam Raby</b> <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span><br>

Date: Mon, Mar 17, 2014 at 10:06 AM<br>Subject: VTK compilation with QT<br>To: "<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>><br>








<br><br>
<div dir="ltr">
Hello,<div><br></div><div>I am compiling VTK with QT enabled. While I think Qt is properly installed, I am getting the following error:</div><div><br></div><div><b>/home/mycomputer/myLibs/QT/Qt5.2.0/5.2.0/gcc_64/bin/qmake reported</b></div>











<div><b>   QT_INSTALL_LIBS as "/home/mycomputer/myLibs/QT/Qt5.2.0/5.2.0/gcc_64/lib"</b></div><div><b>   but QtCore could not be found there.  Qt is NOT installed correctly for the</b></div><div><b>   target build environment. </b></div>











<div><br><div>Would you advise how I can get this fixed?</div></div><div><br></div><div>thanks<span><font color="#888888"><br></font></span></div><span><font color="#888888">-S</font></span></div>


</div><br></div></div>
<br><br></div></blockquote></div><span><font color="#888888"><div><br></div>-- <br>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________
</font></span></div></div>
</blockquote></div></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________
</div>
</div></blockquote></div><br></div>
</div></blockquote></div><br><br clear="all"><div><br></div>-- <br>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________
</div>
</div></div></blockquote></div><br></div></div></div>
_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br></div></body></html>