Merge branch 'master' into google
[mdictionary] / src / plugins / xdxf / xdxf.pro
index d7e0f6a..ac31c1a 100644 (file)
@@ -28,11 +28,14 @@ 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
 }
 
 check.commands = echo 'No check here'