Updated packaging for new 0.0.2 release.
[qwerkisync] / qwerkisync.pro
index f834b8f..75a6c67 100644 (file)
@@ -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