diff options
| author | Christian Ehrlicher <[email protected]> | 2007-03-25 18:29:14 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2007-03-25 18:29:14 +0000 |
| commit | 14e3f13b1b2f8106967999b6664822338bc838fd (patch) | |
| tree | 4669b63b73ac5f83dbad21ec3fc2c58cc5dcbe0d /src/libdolphin_export.h | |
| parent | 297e0582aa3f09171f7102afa5d4cf5066b70bd5 (diff) | |
fix export
svn path=/trunk/KDE/kdebase/apps/; revision=646436
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 |
