<fix>(project): support static build.
This commit is contained in:
parent
3fa4a0fe57
commit
39d6f35ca7
@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
#ifdef SMTP_BUILD
|
#ifdef SMTP_BUILD
|
||||||
#define SMTP_EXPORT Q_DECL_EXPORT
|
#define SMTP_EXPORT Q_DECL_EXPORT
|
||||||
#else
|
#elseif SMTP_USE
|
||||||
#define SMTP_EXPORT Q_DECL_IMPORT
|
#define SMTP_EXPORT Q_DECL_IMPORT
|
||||||
|
#else
|
||||||
|
#define SMTP_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // SMTPEXPORTS_H
|
#endif // SMTPEXPORTS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user