Porting to WebKit - xslt, css, icons working
[mdictionary] / trunk / src / base / base.pro
index aec27f2..632cc8b 100644 (file)
@@ -5,7 +5,8 @@ QT += core \
     gui \
     sql \
     xml \
-    xmlpatterns
+    xmlpatterns \
+    webkit
 
 maemo5:QT += maemo5
 TARGET = mdictionary
@@ -67,13 +68,17 @@ unix {
     isEmpty(PREFIX):PREFIX = /usr
     BINDIR = $$PREFIX/bin
     DATADIR = $$PREFIX/share
+    LIBDIR = $$PREFIX/lib/mdictionary
     DEFINES += DATADIR=\\\"$$DATADIR\\\" \
-        PKGDATADIR=\\\"$$PKGDATADIR\\\"
+        PKGDATADIR=\\\"$$PKGDATADIR\\\" \
+        LIBDIR=\\\"$$LIBDIR\\\"
     
     # MAKE INSTALL
     INSTALLS += target \
         desktop \
-        icon64
+        icon64 \
+       bookmarks
+
     target.path = $$BINDIR
     maemo5 { 
         desktop.path = $$DATADIR/applications/hildon
@@ -85,5 +90,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
 }
 RESOURCES += xslt2.qrc