mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 08:47:40 +02:00
add debug for dependency links
This commit is contained in:
parent
a3529e745b
commit
e7ba900cda
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ macro(qt_create_apk)
|
||||||
get_property(_DEP_DEPENDENCIES TARGET ${_DEP} PROPERTY INTERFACE_LINK_LIBRARIES)
|
get_property(_DEP_DEPENDENCIES TARGET ${_DEP} PROPERTY INTERFACE_LINK_LIBRARIES)
|
||||||
|
|
||||||
foreach(_SUB_DEP IN LISTS _DEP_DEPENDENCIES)
|
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::.*")
|
if (NOT TARGET ${_SUB_DEP} AND NOT _SUB_DEP MATCHES "Qt5::.*")
|
||||||
list(APPEND _DEPS_LIST ${_SUB_DEP})
|
list(APPEND _DEPS_LIST ${_SUB_DEP})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue