Context menu added for webkig: search, copy, selectall
[mdictionary] / trunk / src / base / base.pro
index 632cc8b..5119976 100644 (file)
@@ -7,7 +7,6 @@ QT += core \
     xml \
     xmlpatterns \
     webkit
-
 maemo5:QT += maemo5
 TARGET = mdictionary
 TEMPLATE = app
@@ -48,7 +47,6 @@ HEADERS += gui/MainWindow.h \
     gui/MenuTabWidget.h \
     gui/DictManagerWidget.h \
     gui/DictTypeSelectDialog.h \
-    gui/TranslationWidgetAutoResizer.h \
     ../includes/History.h \
     gui/HistoryListDialog.h \
     ../includes/GUIInterface.h \
@@ -77,8 +75,7 @@ unix {
     INSTALLS += target \
         desktop \
         icon64 \
-       bookmarks
-
+        bookmarks
     target.path = $$BINDIR
     maemo5 { 
         desktop.path = $$DATADIR/applications/hildon
@@ -90,7 +87,6 @@ unix {
     }
     desktop.files += ../../../data/other/$${TARGET}.desktop
     icon64.files += ../../../data/icons/64x64/$${TARGET}.png
-
     bookmarks.path = $$LIBDIR
     bookmarks.files += ../../../data/icons/16x16/staron.png
 }