Jens wrote:
> Hi,
> 
> FindQt4.cmake does not handle the new filenames of Qt-4.2.0-debug-libs.
> 
> I compiled Qt 4.2.0 from source and see that the debug-libs changed
> their names to "libQt*.so.4.2.0.debug" on linux.

These are not debug libraries. Qt 4.2.0 by default splits the debug info
from libraries with objcopy:

 objcopy --only-keep-debug "$targ" "$targ.debug" && objcopy
--strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ"

AFAIK qt 4.2.0 does not generate debug and release libs at the same sime


-- 
Filipe Sousa

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to