Updated packaging for new 0.0.2 release.
[qwerkisync] / qwerkisync.pro
index 12eba92..75a6c67 100644 (file)
@@ -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,13 @@ 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 \
+    EventWriters/VMGWriter.cpp \
+    EventWriters/CSVSymbianEventLogWriter.cpp \
+    CSV.cpp \
+    EventFormats/SymbianEventLog.cpp
 
 HEADERS  += \
        Windows/ModeWindow.h \
@@ -83,7 +87,6 @@ HEADERS  += \
        AttachmentCollection.h \
        iHashable.h \
        NumberToNameLookup.h \
-       EventLogReindexer.h \
        EventParsers/VMGEntities/VCalendar.h \
        EventPreventer.h \
        EventLogBackupManager.h \
@@ -107,7 +110,16 @@ HEADERS  += \
        EventProcessors/iEventProcessor.h \
        DBBackends/AllBackends.h \
        EventTypes/PhoneCall.h \
-    EventTypes/RtcomEvent.h
+       EventTypes/RtcomEvent.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