Merge branch 'stardict' of ssh://drop.maemo.org/git/mdictionary into stardict
[mdictionary] / src / plugins / stardict / stardict.pro
index c1cd23e..93c4f12 100644 (file)
@@ -9,12 +9,17 @@ QT = core \
 
 maemo5:QT += maemo5
 
+LIBS += -lz
+
 SOURCES +=  \
     StarDictPlugin.cpp \
     TranslationStarDict.cpp \
     StarDictDialog.cpp \
     StarDialog.cpp \
     StarDictSettings.cpp
+    CompressedReader.cpp \
+    UncompressedReader.cpp \
+    StarDictReaderFactory.cpp
 
 
 HEADERS += \
@@ -27,6 +32,10 @@ HEADERS += \
     ../../include/CommonDictInterface.h \
     StarDialog.h \
     StarDictSettings.h
+    CompressedReader.h \
+    UncompressedReader.h \
+    StarDictReaderFactory.h \
+    StarDictReader.h
 
 RESOURCES += \
     StarDict.qrc