Go to the documentation of this file.
13 #ifndef _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_
14 #define _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_
16 #include <qi/macro.hpp>
18 #ifdef alextractor_EXPORTS
19 # define ALEXTRACTOR_API QI_EXPORT_API
20 #elif defined(alextractor_IMPORTS)
21 # define ALEXTRACTOR_API QI_IMPORT_API
23 # define ALEXTRACTOR_API
26 #endif // _LIBALEXTRACTOR_ALEXTRACTOR_CONFIG_H_