Updated packaging for new 0.0.2 release.
[qwerkisync] / qwerkisync.pro
index 76872d4..75a6c67 100644 (file)
@@ -59,7 +59,12 @@ SOURCES += main.cpp\
        EventProcessors/Hasher.cpp \
        EventProcessors/Writer.cpp \
        EventTypes/PhoneCall.cpp \
-       DBBackends/AllBackends.cpp
+       DBBackends/AllBackends.cpp \
+       DBBackends/RtcomEventLoggerComponents/TriggerDisabler.cpp \
+    EventWriters/VMGWriter.cpp \
+    EventWriters/CSVSymbianEventLogWriter.cpp \
+    CSV.cpp \
+    EventFormats/SymbianEventLog.cpp
 
 HEADERS  += \
        Windows/ModeWindow.h \
@@ -106,7 +111,15 @@ HEADERS  += \
        DBBackends/AllBackends.h \
        EventTypes/PhoneCall.h \
        EventTypes/RtcomEvent.h \
-       EventTypes/eEventTypes.h
+       EventTypes/eEventTypes.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