ukui-search/libsearch/libsearch_global.h

13 lines
240 B
C
Raw Normal View History

2020-12-30 14:42:04 +08:00
#ifndef LIBSEARCH_GLOBAL_H
#define LIBSEARCH_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBSEARCH_LIBRARY)
# define LIBSEARCH_EXPORT Q_DECL_EXPORT
#else
# define LIBSEARCH_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBSEARCH_GLOBAL_H