aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/qtkeychain/qkeychain_export.h
blob: 14dc72287fbb1470fcffd641a6aa4e809fed6a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <qglobal.h>

#if defined(QTKEYCHAIN_LIBRARY)
#  define QKEYCHAIN_EXPORT Q_DECL_EXPORT
#elif defined(QTKEYCHAIN_STATIC_LIBRARY)
#  define QKEYCHAIN_EXPORT
#else
#  define QKEYCHAIN_EXPORT Q_DECL_IMPORT
#endif