Skip to content

Commit

Permalink
Revert "Set symbol visibility to hidden"
Browse files Browse the repository at this point in the history
This negatively affect stacktrace functionality.
This reverts commit 50680a3.

PR #19942.
  • Loading branch information
Chocobo1 authored Nov 15, 2023
1 parent 50680a3 commit 298e4ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/Modules/CommonConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 298e4ba

Please sign in to comment.