Initial Commit
This commit is contained in:
10
plugin/Komplex_global.h
Normal file
10
plugin/Komplex_global.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user