columnviewsettingspage.cpp
detailsviewsettingspage.cpp
dolphinfontrequester.cpp
- dolphinsettings.cpp
+# dolphinsettings.cpp
generalviewsettingspage.cpp
iconsizedialog.cpp
iconsviewsettingspage.cpp
pixmapviewer.cpp
viewsettingspagebase.cpp
- viewproperties.cpp)
+# viewproperties.cpp
+)
kde4_add_kcfg_files(kcm_dolphin_PART_SRCS
dolphin_columnmodesettings.kcfgc
kde4_add_plugin(kcm_dolphin ${kcm_dolphin_PART_SRCS})
-target_link_libraries(kcm_dolphin ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} )
+target_link_libraries(kcm_dolphin ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} dolphinprivate)
if (Nepomuk_FOUND)
target_link_libraries(kcm_dolphin ${NEPOMUK_LIBRARIES})
endif (Nepomuk_FOUND)
/* needed, because e.g. Q_OS_UNIX is so frequently used */
#include <QtCore/QBool>
-#ifdef MAKE_DOLPHINPRIVATE_LIB
-# define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT
-#else
-# ifdef Q_OS_WIN
-# define LIBDOLPHINPRIVATE_EXPORT KDE_IMPORT
-# else
+#ifndef LIBDOLPHINPRIVATE_EXPORT
+# if defined(MAKE_DOLPHINPRIVATE_LIB)
+ /* We are building this library */
# define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT
+# else
+ /* We are using this library */
+# define LIBDOLPHINPRIVATE_EXPORT KDE_IMPORT
# endif
#endif
-
#endif
-
#include <QtCore/QList>
#include <nepomuk/tag.h>
-#include <nepomuk/nepomuk_export.h>
#include <Soprano/Statement>
class QEvent;
namespace Nepomuk {
- class NEPOMUK_EXPORT TagCloud : public QFrame
+ class TagCloud : public QFrame
{
Q_OBJECT