mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Building a static library, so no exports
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user