mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:09:05 +02:00
fix qt modules to link in LinkSharedDependencies
This commit is contained in:
parent
fa8b7020b0
commit
bf5147cd91
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ macro(LINK_SHARED_DEPENDENCIES)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# we've already linked our Qt modules, but we need to bubble them up to parents
|
# we've already linked our Qt modules, but we need to bubble them up to parents
|
||||||
list(APPEND ${TARGET_NAME}_LIBRARIES_TO_LINK "${${TARGET}_QT_MODULES_TO_LINK}")
|
list(APPEND ${TARGET_NAME}_LIBRARIES_TO_LINK "${${TARGET_NAME}_QT_MODULES_TO_LINK}")
|
||||||
|
|
||||||
# set the property on this target so it can be retreived by targets linking to us
|
# set the property on this target so it can be retreived by targets linking to us
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES DEPENDENCY_LIBRARIES "${${TARGET_NAME}_LIBRARIES_TO_LINK}")
|
set_target_properties(${TARGET_NAME} PROPERTIES DEPENDENCY_LIBRARIES "${${TARGET_NAME}_LIBRARIES_TO_LINK}")
|
||||||
|
|
Loading…
Reference in a new issue