mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-19 06:26:55 +00:00
Build window_title_qt only on Linux.
This commit is contained in:
parent
cbad993bba
commit
1a07a388d0
@ -1093,6 +1093,13 @@ PRIVATE
|
||||
settings.h
|
||||
)
|
||||
|
||||
if (NOT LINUX)
|
||||
remove_target_sources(Telegram ${src_loc}
|
||||
window/window_title_qt.cpp
|
||||
window/window_title_qt.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if (DESKTOP_APP_USE_PACKAGED)
|
||||
nice_target_sources(Telegram ${src_loc} PRIVATE qt_functions.cpp)
|
||||
else()
|
||||
|
2
cmake
2
cmake
@ -1 +1 @@
|
||||
Subproject commit 03bde956c59b5344177f9ec9780058a9ba7304c8
|
||||
Subproject commit 6b36a649dc0061138cf60bac65d9a40a5c9faea3
|
Loading…
Reference in New Issue
Block a user