mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 08:52:12 +02:00
Building a static library, so no exports
This commit is contained in:
parent
7b78a81be2
commit
1109f0bafb
@ -41,11 +41,8 @@
|
||||
|
||||
#include "qglobal.h"
|
||||
|
||||
#if defined(QT_CERTIFICATE_LIB)
|
||||
# define Q_CERTIFICATE_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define Q_CERTIFICATE_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
// We build a static version here, so no exports.
|
||||
#define Q_CERTIFICATE_EXPORT
|
||||
|
||||
#if defined(QT_NAMESPACE)
|
||||
# define QT_BEGIN_NAMESPACE_CERTIFICATE namespace QT_NAMESPACE { namespace QtAddOn { namespace Certificate {
|
||||
|
Loading…
x
Reference in New Issue
Block a user