Add compiler flags to hide all symbols by default.

This commit is contained in:
Felix Geyer
2013-03-30 00:14:32 +01:00
parent 3a822c24e2
commit 60335452a4
2 changed files with 2 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ template <> class QStaticAssertFailure<true> {};
# define KEEPASSX_EXPORT Q_DECL_IMPORT
# endif
#else
# define KEEPASSX_EXPORT
# define KEEPASSX_EXPORT Q_DECL_EXPORT
#endif
#endif // KEEPASSX_GLOBAL_H