Hi, On Tue, Oct 21, 2014 at 08:42:50AM -0400, Paul Yushkevich wrote: > That's great to hear! As far as the CMAKE_PREFIX_PATH, I set it to > /opt/Qt/5.3/gcc_64/lib/cmake. In my case, Qt is installed to /opt/Qt. I am > not quite sure why the VTK and GDCM are becoming an issue in the debian > build, perhaps ITK and VTK are configured slightly differently from the way > I have them configured.
I tried building today's dev32 branch, but the QT plugin issue remains. CMake Error at CMakeLists.txt:1135 (get_property): get_property could not find TARGET Qt5::QXcbIntegrationPlugin. Perhaps it has not yet been created. CMake Error at CMakeLists.txt:1136 (get_property): get_property could not find TARGET Qt5::QGifPlugin. Perhaps it has not yet been created. I do have the relevant package installed and the plugins are present: /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so /usr/lib/x86_64-linux-gnu/qt5/plugins/imageformats/libqgif.so Any idea what needs to be done to help cmake find them? Michael -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

