X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qwerkisync.pro;fp=qwerkisync.pro;h=75a6c67bc9fefe2bc1054a58698a69169363b073;hb=43c287cf53b85a8a347ae12ce8d938b256357ce3;hp=f834b8f28162a04cea7fa604956f4a285fcddc47;hpb=1672d85141d3ee1ac7f2996c122f3f9ed974b702;p=qwerkisync diff --git a/qwerkisync.pro b/qwerkisync.pro index f834b8f..75a6c67 100644 --- a/qwerkisync.pro +++ b/qwerkisync.pro @@ -60,7 +60,11 @@ SOURCES += main.cpp\ EventProcessors/Writer.cpp \ EventTypes/PhoneCall.cpp \ DBBackends/AllBackends.cpp \ - DBBackends/RtcomEventLoggerComponents/TriggerDisabler.cpp + DBBackends/RtcomEventLoggerComponents/TriggerDisabler.cpp \ + EventWriters/VMGWriter.cpp \ + EventWriters/CSVSymbianEventLogWriter.cpp \ + CSV.cpp \ + EventFormats/SymbianEventLog.cpp HEADERS += \ Windows/ModeWindow.h \ @@ -108,7 +112,14 @@ HEADERS += \ EventTypes/PhoneCall.h \ EventTypes/RtcomEvent.h \ EventTypes/eEventTypes.h \ - DBBackends/RtcomEventLoggerComponents/TriggerDisabler.h + DBBackends/RtcomEventLoggerComponents/TriggerDisabler.h \ + EventWriters/VMGWriter.h \ + EventWriters/iEventWriter.h \ + EventWriters/CSVSymbianEventLogWriter.h \ + EventTypes/iCSVSymbianEvent.h \ + EventTypes/iVMGEvent.h \ + CSV.h \ + EventFormats/SymbianEventLog.h FORMS += \ dialog.ui