Revert "Set symbol visibility to hidden"

This negatively affect stacktrace functionality.
This reverts commit 50680a3d9b.

PR #19942.
This commit is contained in:
Chocobo1 2023-11-15 21:25:45 +08:00 committed by GitHub
parent 50680a3d9b
commit 298e4ba852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,9 +19,6 @@ target_compile_features(qbt_common_cfg INTERFACE
cxx_std_20
)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
target_compile_definitions(qbt_common_cfg INTERFACE
QT_DISABLE_DEPRECATED_UP_TO=0x060500
QT_NO_CAST_FROM_ASCII