Home GnuPG
Diffusion GPGME 3b3b36a60749

qt: Set default visibility of all symbols to hidden

Description

qt: Set default visibility of all symbols to hidden

* configure.ac: Add -fvisibility=hidden to GPGME_QT_CFLAGS if gcc
supports the flag.

With this change all defined symbols are hidden by default, so that they
are not exported anymore. All symbols that are part of the ABI and that
shall still be exported are already marked as having default visibility.

Details