Fixed translation widget refreshing
[mdictionary] / trunk / src / plugins / xdxf / src / src.pro
index 291648d..acf3fc8 100644 (file)
@@ -60,7 +60,10 @@ unix {
 
   #MAKE INSTALL
 
-  INSTALLS += target
+  INSTALLS += target dicts
 
   target.path = $$LIBDIR
+
+  dicts.path = $$LIBDIR
+  dicts.files += ../../../../../data/dicts/dict.xdxf
 }