Files
komplex-hub/KomplexHubPlugin/Komplex_global.h
T
2026-06-02 15:11:36 -04:00

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