Fixed some platform specific issues
[mdictionary] / trunk / src / base / base.pro
index cc2e3cf..85b6409 100644 (file)
@@ -8,7 +8,6 @@ QT += core \
     xmlpatterns \
     webkit \
     dbus
-
 maemo5:QT += maemo5
 TARGET = mdictionary
 TEMPLATE = app
@@ -81,7 +80,6 @@ unix {
         icon64 \
         bookmarks \
         service
-
     target.path = $$BINDIR
     maemo5 { 
         desktop.path = $$DATADIR/applications/hildon
@@ -93,10 +91,8 @@ unix {
     }
     desktop.files += ../../../data/other/$${TARGET}.desktop
     icon64.files += ../../../data/icons/64x64/$${TARGET}.png
-
     bookmarks.path = $$LIBDIR
     bookmarks.files += ../../../data/icons/16x16/staron.png
-
     service.path = $$DATADIR/dbus-1/services
     service.files += ../../../data/other/com.comarch.mdictionary.service
 }