Add spec file nad script to automaticly build rpm packages (for meego netbook). Fix...
[mdictionary] / src / plugins / stardict / stardict.pro
index 96b6a25..1a68e84 100644 (file)
@@ -41,6 +41,10 @@ TRANSLATIONS += pl_PL.ts \
                 en_US.ts
     
 unix {
+
+    plugin-icon.path = $$DATA_DIR
+    plugin-icon.files += stardict.png
+
     meego {
         qmls.path = $$DATA_DIR/qml
         qmls.files += ../../mdictionary/qml/StarDictDialog.qml
@@ -54,9 +58,6 @@ unix {
         qmls.files += ../../mdictionary/qml/StarDictDialog.qml
     }
 
-    plugin-icon.path = $$DATA_DIR
-    plugin-icon.files += stardict.png
-
     INSTALLS += plugin-icon \
                 qmls
 }