Skip to content
Snippets Groups Projects
Commit 692f2414 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

[ #10724 ] Move the dataengine to the new KDE lib

parent a7ee9e1a
Branches
Tags
No related merge requests found
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
add_subdirectory(dataengine)
add_subdirectory(plasmoid) add_subdirectory(plasmoid)
...@@ -11,6 +11,8 @@ PROJECT(ksflphone) ...@@ -11,6 +11,8 @@ PROJECT(ksflphone)
SET ( KDE4_KABC_LIBS -lkabc ) SET ( KDE4_KABC_LIBS -lkabc )
add_subdirectory(dataengine)
SET(LOCAL_CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/") SET(LOCAL_CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
SET(CMAKE_MODULE_PATH "${LOCAL_CMAKE_MODULE_PATH}") SET(CMAKE_MODULE_PATH "${LOCAL_CMAKE_MODULE_PATH}")
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
#include <Plasma/DataContainer> #include <Plasma/DataContainer>
#include "../../src/lib/Call.h" #include "../../lib/Call.h"
#include "../../src/lib/Account.h" #include "../../lib/Account.h"
#include "../../src/lib/AccountList.h" #include "../../lib/AccountList.h"
#include "../../src/lib/dbus/metatypes.h" #include "../../lib/dbus/metatypes.h"
#include "../../src/lib/instance_interface_singleton.h" #include "../../lib/instance_interface_singleton.h"
#include "../../src/lib/configurationmanager_interface_singleton.h" #include "../../lib/configurationmanager_interface_singleton.h"
#include "../../src/lib/callmanager_interface_singleton.h" #include "../../lib/callmanager_interface_singleton.h"
#include "../../src/lib/sflphone_const.h" #include "../../lib/sflphone_const.h"
#include "sflphoneService.h" #include "sflphoneService.h"
CallModel<>* SFLPhoneEngine::m_pModel = NULL; CallModel<>* SFLPhoneEngine::m_pModel = NULL;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <Plasma/Service> #include <Plasma/Service>
#include <QHash> #include <QHash>
#include "../../src/lib/CallModel.h" #include "../../lib/CallModel.h"
typedef QHash<QString,QVariant> HashStringString; typedef QHash<QString,QVariant> HashStringString;
class Call; class Call;
......
#include "sflphoneService.h" #include "sflphoneService.h"
#include "../../src/lib/Call.h" #include "../../lib/Call.h"
SFLPhoneService::SFLPhoneService(SFLPhoneEngine *engine) SFLPhoneService::SFLPhoneService(SFLPhoneEngine *engine)
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include <Plasma/Service> #include <Plasma/Service>
#include <Plasma/ServiceJob> #include <Plasma/ServiceJob>
#include "../../src/lib/Call.h" #include "../../lib/Call.h"
#include "../../src/lib/CallModel.h" #include "../../lib/CallModel.h"
using namespace Plasma; using namespace Plasma;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment