From 14e3f13b1b2f8106967999b6664822338bc838fd Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sun, 25 Mar 2007 18:29:14 +0000 Subject: fix export svn path=/trunk/KDE/kdebase/apps/; revision=646436 --- src/libdolphin_export.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/libdolphin_export.h') 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 -- cgit v1.3.1