Merge branch 'bookmarks' of ssh://drop.maemo.org/git/mdictionary into bookmarks
[mdictionary] / trunk / src / base / base.pro
index ab9b7a0..f48ede5 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui
+QT       += core gui sql
 
 maemo5 {
     QT += maemo5
@@ -53,7 +53,8 @@ HEADERS  += gui/MainWindow.h \
     gui/HistoryListDialog.h \
     ../includes/GUIInterface.h \
     backbone/Bookmarks.h \
-    gui/WordListItem.h
+    gui/WordListItem.h \
+    backbone/BookmarkTranslations.h
 
 FORMS    += gui/MainWindow.ui