plugins icon in translation
[mdictionary] / src / plugins / xdxf / xdxf.pro
index 91955f4..a0ac19b 100644 (file)
@@ -28,10 +28,13 @@ RESOURCES += \
     xdxf.qrc
     
 unix {
-  INSTALLS += dicts
+  INSTALLS += dicts plugin-icon
 
   dicts.path = $$PLUGINS_DIR
   dicts.files += ../../../data/dicts/eng-us.xdxf
   dicts.files += ../../../data/dicts/eng-thai.xdxf
+
+  plugin-icon.path = $$DATA_DIR
+  plugin-icon.files += xdxf.png
 }