X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qwerkisync.pro;h=75a6c67bc9fefe2bc1054a58698a69169363b073;hb=HEAD;hp=f834b8f28162a04cea7fa604956f4a285fcddc47;hpb=4a42d572d56c1f913fe1a98f79ecd4853b53622d;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