Fixed some leaks and minor bookmark bug
[mdictionary] / trunk / src / plugins / xdxf / src / src.pro
index 5dfaeb3..a4d5a10 100644 (file)
@@ -4,12 +4,13 @@
 #
 #-------------------------------------------------
 
-QT       += core xml gui
+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,6 +70,9 @@ 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 += \
+    xdxf.qrc