2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Adapt for target_prepare_qrc changes

This commit is contained in:
Ilya Fedin
2022-10-03 12:43:24 +04:00
committed by John Preston
parent 68ad56db79
commit 435e4f2783
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ if (WIN32)
endif()
set_target_properties(Telegram PROPERTIES AUTOMOC ON)
target_prepare_qrc(Telegram)
target_link_libraries(Telegram
PRIVATE
@@ -1600,6 +1599,8 @@ if (WIN32)
)
endif()
target_prepare_qrc(Telegram)
if ((NOT DESKTOP_APP_DISABLE_AUTOUPDATE OR APPLE) AND NOT build_macstore AND NOT build_winstore)
add_executable(Updater WIN32)
init_non_host_target(Updater)