add debug for dependency links

This commit is contained in:
Stephen Birarda 2015-01-21 13:29:01 -08:00
parent a3529e745b
commit e7ba900cda

View file

@ -77,6 +77,7 @@ macro(qt_create_apk)
get_property(_DEP_DEPENDENCIES TARGET ${_DEP} PROPERTY INTERFACE_LINK_LIBRARIES)
foreach(_SUB_DEP IN LISTS _DEP_DEPENDENCIES)
message("${_SUB_DEP} is a DEP of ${DEP}")
if (NOT TARGET ${_SUB_DEP} AND NOT _SUB_DEP MATCHES "Qt5::.*")
list(APPEND _DEPS_LIST ${_SUB_DEP})
endif()