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/tests/auto/tst_plugin4/tst_plugin4global.h

10 lines
211 B
C

#ifndef TST_PLUGIN4GLOBAL_H
#define TST_PLUGIN4GLOBAL_H
#if defined(TST_PLUGIN4_LIBRARY)
# define TST_PLUGIN4LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN4LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN4GLOBAL_H