This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/src/pluginglobal.h

8 lines
137 B
C

#include <QtCore/QtGlobal>
#if defined(PLUGIN_LIBRARY)
# define PLUGINLIB Q_DECL_EXPORT
#else
# define PLUGINLIB Q_DECL_IMPORT
#endif