~blue-shell/blue-shell/kaccounts-integration

« back to all changes in this revision

Viewing changes to src/daemon/daemon.cpp

  • Committer: Martin Klapetek
  • Date: 2014-12-08 17:20:48 UTC
  • Revision ID: git-v1:72fcb217e0da8eddb0c0fbcb66c805e8bbbb3e9c
Build the Akonadi plugin as a standalone plugin and make it optional

BUG: 341599

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *************************************************************************************/
18
18
 
19
19
#include "daemon.h"
20
 
#include "akonadi/akonadiservices.h"
21
20
#include "kio/kioservices.h"
22
21
#include "src/lib/kaccountsdplugin.h"
23
22
#include <core.h>
87
86
        }
88
87
    }
89
88
 
90
 
    m_plugins << new KIOServices(this) << new AkonadiServices(this);
 
89
    m_plugins << new KIOServices(this);
91
90
}
92
91
 
93
92
AccountsDaemon::~AccountsDaemon()