Fixed some leaks and minor bookmark bug
[mdictionary] / trunk / src / plugins / xdxf / src / src.pro
index a27b7c4..a4d5a10 100644 (file)
@@ -10,6 +10,7 @@ QT       += core xml gui sql
 TARGET = XdxfPlugin
 TEMPLATE = lib
 
+
 MDICT_PLUGINSDIR = $$[MDICT_PLUGINSDIR]
 
 isEmpty(MDICT_PLUGINSDIR) {
@@ -32,7 +33,8 @@ SOURCES +=  \
     TranslationXdxf.cpp \
     XdxfLoadDialog.cpp \
     XdxfDictDialog.cpp \
-    XdxfSettingsDialog.cpp
+    XdxfSettingsDialog.cpp \
+    XdxfCachingDialog.cpp
 
 
 HEADERS += \
@@ -44,7 +46,8 @@ HEADERS += \
     ../../../includes/translation.h \
     ../../../includes/settings.h \
     ../../../includes/CommonDictInterface.h \
-    XdxfSettingsDialog.h
+    XdxfSettingsDialog.h \
+    XdxfCachingDialog.h
 
 
     
@@ -67,8 +70,8 @@ unix {
   target.path = $$LIBDIR
 
   dicts.path = $$LIBDIR
-  dicts.files += ../../../../../data/dicts/pol-eng.xdxf
-  dicts.files += ../../../../../data/dicts/en-fin.xdxf
+  dicts.files += ../../../../../data/dicts/eng-us.xdxf
+  dicts.files += ../../../../../data/dicts/eng-thai.xdxf
 }
 
 RESOURCES += \