Modified css
[mdictionary] / src / mdictionary / mdictionary.pro
index 91bb85b..096f288 100644 (file)
@@ -93,10 +93,21 @@ unix {
     shared.files += ../../data/icons/16x16/staron.png
     shared.files += ../../data/xsl/mask.png
 
+    css.path = $$DATA_DIR/css
+    css.files += ../../data/css/style.css
+
+    css_images.path = $$DATA_DIR/css/images
+    css_images.files += ../../data/css/images/header-background.png
+    css_images.files += ../../data/css/images/header-border.png
+    css_images.files += ../../data/css/images/shadow-grey-bg.png
+    css_images.files += ../../data/css/images/shadow-white-bg.png
+    css_images.files += ../../data/css/images/tab-background.png
+    css_images.files += ../../data/css/images/key-background.png
+
        service.path = $$SHARE_DIR/dbus-1/services
        service.files += ../../data/other/com.comarch.mdictionary.service
        
-    INSTALLS += desktop icon64 shared service
+    INSTALLS += desktop icon64 shared service css css_images
 }