<div dir="ltr">You need to change the Qt version you want to fix the Qt configuration problem. Look for the VTK_QT_VERSION and set it to 5 if you want to use Qt 5.7.<div><br></div><div>QT_QMAKE_EXECUTABLE isn't actually needed when you want Qt 5. Instead, you need to set Qt5_DIR to something like</div><div><br></div><div>/home/user/Qt/5.7/lib/cmake/Qt5</div><div><br></div><div>The rest of the Qt5 settings should be set next time you configure. Then you can delete all the QT* settings brought in when Qt 4 was found.<br><div><br></div><div>Cory</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 10, 2016 at 11:05 AM, Nico Del Piano <span dir="ltr"><<a href="mailto:ndel314@gmail.com" target="_blank">ndel314@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Cory, thanks for your reply.<br>
<br>
Yes, that option is activated, and I have VTK installed.<br>
<br>
Also, something weird happens, when configuring with cmake, if I try<br>
to change the version of `qmake` (to 5.7), it changes:<br>
<br>
This is by default:<br>
QT_QMAKE_EXECUTABLE              /usr/bin/qmake-qt4<br>
<br>
I change to:<br>
QT_QMAKE_EXECUTABLE              /home/user/Qt/5.7/bin/qmake<br>
<br>
and it goes back automatically:<br>
QT_QMAKE_EXECUTABLE              /usr/bin/qmake-qt4<br>
<span class="HOEnZb"><font color="#888888"><br>
Nico<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
2016-08-10 11:48 GMT-03:00 Cory Quammen <<a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>>:<br>
> Might be a silly question, but did you build VTK with Qt support, i.e., with<br>
> the VTK_Group_Qt option set to on?<br>
><br>
> Cory<br>
><br>
> On Wed, Aug 10, 2016 at 10:45 AM, Nico Del Piano <<a href="mailto:ndel314@gmail.com">ndel314@gmail.com</a>> wrote:<br>
>><br>
>> Hi all,<br>
>><br>
>> I am having some trouble when I try to build a project that requires QVTK:<br>
>><br>
>> $ make<br>
>> Linking CXX executable TBI_APP<br>
>> /usr/bin/ld: cannot find -lQVTK<br>
>> collect2: error: ld returned 1 exit status<br>
>> CMakeFiles/TBI_APP.dir/build.<wbr>make:660: recipe for target 'TBI_APP' failed<br>
>> make[2]: *** [TBI_APP] Error 1<br>
>> CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/TBI_APP.dir/all'<br>
>> failed<br>
>> make[1]: *** [CMakeFiles/TBI_APP.dir/all] Error 2<br>
>> Makefile:75: recipe for target 'all' failed<br>
>> make: *** [all] Error 2<br>
>><br>
>> I configure the project with ccmake but I get this linking error and I<br>
>> am not sure why. Maybe I am not configuring VTK right or something<br>
>> like that, but any help or hint will be really appreciated.<br>
>><br>
>> Thanks!<br>
>><br>
>> Nico.<br>
>> ______________________________<wbr>_________________<br>
>> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
>><br>
>> Please keep messages on-topic and check the VTK FAQ at:<br>
>> <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Cory Quammen<br>
> R&D Engineer<br>
> Kitware, Inc.<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>