diff options
Diffstat (limited to 'src/libdolphin_export.h')
| -rw-r--r-- | src/libdolphin_export.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libdolphin_export.h b/src/libdolphin_export.h index 6603844f1..36071e1a3 100644 --- a/src/libdolphin_export.h +++ b/src/libdolphin_export.h @@ -36,5 +36,16 @@ # endif #endif +#ifdef MAKE_DOLPHINPRIVATE_LIB +# define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT +#else +# ifdef Q_OS_WIN +# define LIBDOLPHINPRIVATE_EXPORT KDE_IMPORT +# else +# define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT +# endif +#endif + + #endif |
