Added settings widget
[mdictionary] / trunk / src / base / base.pro
index 07d62a1..4c6b86e 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui
+QT       += core gui sql
 
 maemo5 {
     QT += maemo5
@@ -33,7 +33,9 @@ SOURCES += gui/main.cpp\
     gui/DictTypeSelectDialog.cpp \
     backbone/History.cpp \
     gui/HistoryListDialog.cpp \
-    gui/WordListProxyStyle.cpp
+    gui/WordListProxyStyle.cpp \
+    backbone/Bookmarks.cpp \
+    gui/SettingsWidget.cpp
 
 HEADERS  += gui/MainWindow.h \
     gui/SearchBarWidget.h \
@@ -51,7 +53,10 @@ HEADERS  += gui/MainWindow.h \
     ../includes/History.h \
     gui/HistoryListDialog.h \
     ../includes/GUIInterface.h \
-    gui/WordListProxyStyle.h
+    gui/WordListProxyStyle.h \
+    backbone/Bookmarks.h \
+    backbone/BookmarkTranslations.h \
+    gui/SettingsWidget.h
 
 FORMS    += gui/MainWindow.ui