X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=qwerkisync.pro;h=f834b8f28162a04cea7fa604956f4a285fcddc47;hp=12eba9291d22cdc415b65833d9fd31534ee4e143;hb=0592ddc026c411d911aaa06435070da8ded51d5b;hpb=4abcc9ab77d80562371024c243eb6b4f9f28dfcc diff --git a/qwerkisync.pro b/qwerkisync.pro index 12eba92..f834b8f 100644 --- a/qwerkisync.pro +++ b/qwerkisync.pro @@ -30,7 +30,6 @@ SOURCES += main.cpp\ AttachmentCollection.cpp \ CellularRadio.cpp \ EventLogBackupManager.cpp \ - EventLogReindexer.cpp \ EventParsers/CSVSymbianEventLogParser.cpp \ EventParsers/Factory.cpp \ EventParsers/MMSParser.cpp \ @@ -59,8 +58,9 @@ SOURCES += main.cpp\ DBBackends/Fmms.cpp \ EventProcessors/Hasher.cpp \ EventProcessors/Writer.cpp \ - DBBackends/DBBackends.cpp \ - EventTypes/PhoneCall.cpp + EventTypes/PhoneCall.cpp \ + DBBackends/AllBackends.cpp \ + DBBackends/RtcomEventLoggerComponents/TriggerDisabler.cpp HEADERS += \ Windows/ModeWindow.h \ @@ -83,7 +83,6 @@ HEADERS += \ AttachmentCollection.h \ iHashable.h \ NumberToNameLookup.h \ - EventLogReindexer.h \ EventParsers/VMGEntities/VCalendar.h \ EventPreventer.h \ EventLogBackupManager.h \ @@ -107,7 +106,9 @@ HEADERS += \ EventProcessors/iEventProcessor.h \ DBBackends/AllBackends.h \ EventTypes/PhoneCall.h \ - EventTypes/RtcomEvent.h + EventTypes/RtcomEvent.h \ + EventTypes/eEventTypes.h \ + DBBackends/RtcomEventLoggerComponents/TriggerDisabler.h FORMS += \ dialog.ui