10 lines
187 B
C
10 lines
187 B
C
#ifndef KOMPLEX_GLOBAL_H
|
|
#define KOMPLEX_GLOBAL_H
|
|
|
|
#ifdef KOMPLEX_PLUGIN
|
|
#define KOMPLEX_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
#define KOMPLEX_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // KOMPLEX_GLOBAL_H
|