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_plugin1/tst_plugin1global.h

10 lines
211 B
C

#ifndef TST_PLUGIN1GLOBAL_H
#define TST_PLUGIN1GLOBAL_H
#if defined(TST_PLUGIN1_LIBRARY)
# define TST_PLUGIN1LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN1LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN1GLOBAL_H