[cmake-developers] FindQt4 DBus framework problem on the Mac

David Cole david.cole at kitware.com
Thu Sep 6 15:17:33 EDT 2012


I still get bit by issues with QtDBus when building VTK with Qt
support on my Mac... It gets "found" as a .framework, but there's not
actually a library inside the framework folder, so link errors occur.
It would be fine if it simply didn't get found.

I waste some time every few months when I rebuild VTK again, encounter
this problem, then figure out how to fix it manually one more time,
and then forget about it again. This patch would allow me to NEVER
HAVE THE PROBLEM AGAIN.

Would the attached patch be reasonable to put into FindQt4, or should
we actually build similar functionality into the find_library code
internal to CMake?


Thanks,
David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-FindQt4-Avoid-finding-non-existent-library-in-a-.fra.patch
Type: application/octet-stream
Size: 1849 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20120906/14c467c3/attachment-0002.obj>


More information about the cmake-developers mailing list