ukui-notification/libukui-notification/ukui-notification_global.h

17 lines
318 B
C

//
// Created by zpf on 23-2-2.
//
#ifndef UKUINOTIFICATION_GLOBAL_H
#define UKUINOTIFICATION_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(UKUINOTIFICATION_LIBRARY)
# define UKUINOTIFICATION_EXPORT Q_DECL_EXPORT
#else
# define UKUINOTIFICATION_EXPORT Q_DECL_IMPORT
#endif
#endif // UKUINOTIFICATION_GLOBAL_H