diff options
| author | David Faure <[email protected]> | 2007-03-26 13:23:45 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-03-26 13:23:45 +0000 |
| commit | 1a321e5fbcdaf7d92d023bb1f8f2c6352b3c133e (patch) | |
| tree | dbf7636118510f064f94176247e7de45335e8ca2 /src | |
| parent | 86dba586438d75053d0d3179262627ee672d8fb3 (diff) | |
there is only one lib, no need to have two macros
CCMAIL: Christian Ehrlicher <[email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=646692
Diffstat (limited to 'src')
| -rw-r--r-- | src/libdolphin_export.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libdolphin_export.h b/src/libdolphin_export.h index 36071e1a3..05b22513b 100644 --- a/src/libdolphin_export.h +++ b/src/libdolphin_export.h @@ -26,16 +26,6 @@ /* needed, because e.g. Q_OS_UNIX is so frequently used */ #include <QtCore/qglobal.h> -#ifdef MAKE_DOLPHIN_LIB -# define LIBDOLPHIN_EXPORT KDE_EXPORT -#else -# ifdef Q_OS_WIN -# define LIBDOLPHIN_EXPORT KDE_IMPORT -# else -# define LIBDOLPHIN_EXPORT KDE_EXPORT -# endif -#endif - #ifdef MAKE_DOLPHINPRIVATE_LIB # define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT #else |
