Fix servatrice compilation with msvc
This commit is contained in:
parent
13b8fd4516
commit
657a5164e9
1 changed files with 5 additions and 0 deletions
|
@ -1,10 +1,15 @@
|
|||
#ifndef SMTPEXPORTS_H
|
||||
#define SMTPEXPORTS_H
|
||||
|
||||
/*
|
||||
#ifdef SMTP_BUILD
|
||||
#define SMTP_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
#define SMTP_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
*/
|
||||
|
||||
// Servatrice compiles this statically in, so there's no need to declare exports
|
||||
#define SMTP_EXPORT
|
||||
|
||||
#endif // SMTPEXPORTS_H
|
||||
|
|
Loading…
Reference in a new issue