forked from openkylin/ukui-search
13 lines
312 B
C
13 lines
312 B
C
#ifndef SEARCHAPPWIDGETPLUGIN_GLOBAL_H
|
|
#define SEARCHAPPWIDGETPLUGIN_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(SEARCHAPPWIDGETPLUGIN_LIBRARY)
|
|
# define SEARCHAPPWIDGETPLUGIN_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define SEARCHAPPWIDGETPLUGIN_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // SEARCHAPPWIDGETPLUGIN_GLOBAL_H
|