mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Add missing dependency on win_directx_helper
This commit is contained in:
parent
eaf1a532f4
commit
3ac03b43e1
1 changed files with 4 additions and 0 deletions
|
@ -1732,6 +1732,10 @@ if (WIN32)
|
|||
# COMMENT
|
||||
# $<IF:${release},"Appending compatibility manifest.","Finalizing build.">
|
||||
# )
|
||||
|
||||
if (QT_VERSION LESS 6)
|
||||
target_link_libraries(Telegram PRIVATE desktop-app::win_directx_helper)
|
||||
endif()
|
||||
elseif (APPLE)
|
||||
if (NOT DESKTOP_APP_USE_PACKAGED)
|
||||
target_link_libraries(Telegram PRIVATE desktop-app::external_iconv)
|
||||
|
|
Loading…
Add table
Reference in a new issue