I am not quite sure where on the Debian system Qt cmake files are, but I think you should be able to find them using
locate Qt5Config.cmake Thanks! Paul On Thu, Oct 23, 2014 at 10:43 AM, Paul Yushkevich <[email protected] > wrote: > Hi Michael, > > Please try setting the CMAKE_PREFIX_PATH to > [PATH_TO_QT_INSTALLATION]/lib/cmake > > In my case that's /opt/Qt/5.3/gcc_64/lib/cmake > > This can be provided to Cmake with the -D command, or set in the > environment. > > Please let me know if that helps > > Thanks! > paul > > On Thu, Oct 23, 2014 at 10:22 AM, Michael Hanke <[email protected]> wrote: > >> 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 >> > > > > -- > Paul A. Yushkevich, Ph.D. > Associate Professor > Penn Image Computing and Science Laboratory > Department of Radiology > University of Pennsylvania > -- Paul A. Yushkevich, Ph.D. Associate Professor Penn Image Computing and Science Laboratory Department of Radiology University of Pennsylvania

