mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Revert "Set symbol visibility to hidden"
This negatively affect stacktrace functionality.
This reverts commit 50680a3d9b
.
PR #19942.
This commit is contained in:
parent
50680a3d9b
commit
298e4ba852
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ target_compile_features(qbt_common_cfg INTERFACE
|
||||||
cxx_std_20
|
cxx_std_20
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
|
|
||||||
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
|
|
||||||
|
|
||||||
target_compile_definitions(qbt_common_cfg INTERFACE
|
target_compile_definitions(qbt_common_cfg INTERFACE
|
||||||
QT_DISABLE_DEPRECATED_UP_TO=0x060500
|
QT_DISABLE_DEPRECATED_UP_TO=0x060500
|
||||||
QT_NO_CAST_FROM_ASCII
|
QT_NO_CAST_FROM_ASCII
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue