[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-10-07 11:10:32
Message-ID: 1254913832.783054.11373.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032240 by osterfeld:

link again, export symbols


 M  +1 -0      korganizer/CMakeLists.txt  
 A             korganizer/incidenceeditor/incidenceeditor_export.h   [License: LGPL \
(v2+)]  M  +3 -1      korganizer/incidenceeditor/koeventeditor.h  
 M  +3 -1      korganizer/incidenceeditor/koincidenceeditor.h  
 M  +3 -1      korganizer/incidenceeditor/kojournaleditor.h  
 M  +3 -1      korganizer/incidenceeditor/kotodoeditor.h  
 M  +3 -1      korganizer/incidenceeditor/templatemanagementdialog.h  
 M  +5 -0      libkdepimdbusinterfaces/CMakeLists.txt  
 A             libkdepimdbusinterfaces/kdepimdbusinterfaces_export.h   [License: LGPL \
(v2+)]  M  +2 -2      libkdepimdbusinterfaces/reminderclient.h  
 M  +2 -2      libkdepimdbusinterfaces/urihandler.h  


--- branches/work/akonadi-ports/kdepim/korganizer/CMakeLists.txt #1032239:1032240
@@ -229,6 +229,7 @@
     ${KDEPIMLIBS_AKONADI_LIBS}
     korganizer_eventviewer korganizer_interfaces
     kdepim
+    kdepimdbusinterfaces
     korg_incidenceeditor
   )
 
--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/koeventeditor.h \
#1032239:1032240 @@ -25,6 +25,8 @@
 #ifndef KOEVENTEDITOR_H
 #define KOEVENTEDITOR_H
 
+#include "incidenceeditor_export.h"
+
 #include "koincidenceeditor.h"
 
 #include <KCal/Event>
@@ -38,7 +40,7 @@
 /**
   This class provides a dialog for editing an event.
 */
-class KOEventEditor : public KOIncidenceEditor
+class INCIDENCEEDITOR_EXPORT KOEventEditor : public KOIncidenceEditor
 {
   Q_OBJECT
   public:
--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/koincidenceeditor.h \
#1032239:1032240 @@ -25,6 +25,8 @@
 #ifndef KOINCIDENCEEDITOR_H
 #define KOINCIDENCEEDITOR_H
 
+#include "incidenceeditor_export.h"
+
 #include <kpagedialog.h>
 #include <kurl.h>
 #include <QList>
@@ -52,7 +54,7 @@
 /**
   This is the base class for the calendar component editors.
 */
-class KOIncidenceEditor : public KPageDialog
+class INCIDENCEEDITOR_EXPORT KOIncidenceEditor : public KPageDialog
 {
   Q_OBJECT
   public:
--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/kojournaleditor.h \
#1032239:1032240 @@ -26,6 +26,8 @@
 #ifndef KOJOURNALEDITOR_H
 #define KOJOURNALEDITOR_H
 
+#include "incidenceeditor_export.h"
+
 #include "koincidenceeditor.h"
 
 #include <KCal/Journal>
@@ -40,7 +42,7 @@
 /**
   This class provides a dialog for editing a Journal.
 */
-class KOJournalEditor : public KOIncidenceEditor
+class INCIDENCEEDITOR_EXPORT KOJournalEditor : public KOIncidenceEditor
 {
   Q_OBJECT
   public:
--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/kotodoeditor.h \
#1032239:1032240 @@ -26,6 +26,8 @@
 #ifndef KOTODOEDITOR_H
 #define KOTODOEDITOR_H
 
+#include "incidenceeditor_export.h"
+
 #include "koincidenceeditor.h"
 #include <kcal/todo.h>
 
@@ -36,7 +38,7 @@
 /**
   This class provides a dialog for editing a Todo.
 */
-class KOTodoEditor : public KOIncidenceEditor
+class INCIDENCEEDITOR_EXPORT KOTodoEditor : public KOIncidenceEditor
 {
   Q_OBJECT
   public:
--- branches/work/akonadi-ports/kdepim/korganizer/incidenceeditor/templatemanagementdialog.h \
#1032239:1032240 @@ -38,13 +38,15 @@
 #ifndef TEMPLATEMANAGEMENTDIALOG_H
 #define TEMPLATEMANAGEMENTDIALOG_H
 
+#include "incidenceeditor_export.h"
+
 #include "ui_template_management_dialog_base.h"
 
 #include <KDialog>
 
 #include <QString>
 
-class TemplateManagementDialog: public KDialog
+class INCIDENCEEDITOR_EXPORT TemplateManagementDialog: public KDialog
 {
   Q_OBJECT
   public:
--- branches/work/akonadi-ports/kdepim/libkdepimdbusinterfaces/CMakeLists.txt \
#1032239:1032240 @@ -11,6 +11,11 @@
     reminderclient.cpp
 )
 
+qt4_add_dbus_interfaces( kdepimdbusinterfaces_LIB_SRCS \
${CMAKE_SOURCE_DIR}/korganizer/korgac/org.kde.korganizer.KOrgac.xml) \
+qt4_add_dbus_interfaces( kdepimdbusinterfaces_LIB_SRCS \
${CMAKE_SOURCE_DIR}/korganizer/org.kde.korganizer.Korganizer.xml) \
+qt4_add_dbus_interfaces( kdepimdbusinterfaces_LIB_SRCS \
${CMAKE_BINARY_DIR}/kmail/org.kde.kmail.kmail.xml) +qt4_add_dbus_interfaces( \
kdepimdbusinterfaces_LIB_SRCS ${CMAKE_SOURCE_DIR}/knode/org.kde.knode.xml) +
 kde4_add_library(kdepimdbusinterfaces SHARED ${kdepimdbusinterfaces_LIB_SRCS})
 
 target_link_libraries(kdepimdbusinterfaces
--- branches/work/akonadi-ports/kdepim/libkdepimdbusinterfaces/reminderclient.h \
#1032239:1032240 @@ -21,7 +21,7 @@
 #ifndef KDEPIM_REMINDERCLIENT_H
 #define KDEPIM_REMINDERCLIENT_H
 
-#include "kdepim_export.h"
+#include "kdepimdbusinterfaces_export.h"
 
 namespace KPIM {
 
@@ -29,7 +29,7 @@
   This class provides the interface for communicating with the reminder daemon.
   It can be subclassed for specific daemons.
 */
-class KDEPIM_EXPORT ReminderClient
+class KDEPIMDBUSINTERFACES_EXPORT ReminderClient
 {
   public:
     ReminderClient();
--- branches/work/akonadi-ports/kdepim/libkdepimdbusinterfaces/urihandler.h \
#1032239:1032240 @@ -24,10 +24,10 @@
 #ifndef URIHANDLER_H
 #define URIHANDLER_H
 
-#include "kdepim_export.h"
+#include "kdepimdbusinterfaces_export.h"
 class QString;
 
-class KDEPIM_EXPORT UriHandler
+class KDEPIMDBUSINTERFACES_EXPORT UriHandler
 {
   public:
     /**


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic