add history widget
[mdictionary] / src / mdictionary / mdictionary.pro
index fea6334..75ebf14 100644 (file)
@@ -40,7 +40,8 @@ SOURCES += gui/main.cpp \
     gui/NotifyManager.cpp \
     gui/SpinBox.cpp \
     gui/DictTypeModel.cpp \
-    gui/DictManagerModel.cpp
+    gui/DictManagerModel.cpp \
+    gui/HistoryListModel.cpp
 
 HEADERS += gui/MainWindow.h \
     backbone/ConfigGenerator.h \
@@ -73,7 +74,8 @@ HEADERS += gui/MainWindow.h \
     gui/NotifyManager.h \
     gui/SpinBox.h \
     gui/DictTypeModel.h \
-    gui/DictManagerModel.h
+    gui/DictManagerModel.h \
+    gui/HistoryListModel.h
 
 RESOURCES += ../../data/gui.qrc
 
@@ -97,7 +99,8 @@ OTHER_FILES += \
     qml/ScrollBar.qml \
     qml/Checkbox.qml \
     qml/MySpinBox.qml \
-    qml/SettingsWidget.qml
+    qml/SettingsWidget.qml \
+    qml/HistoryListDialog.qml
 
 target.path = $$BIN_DIR
 INSTALLS += target
@@ -219,6 +222,7 @@ unix {
         qmls.files += ./qml/Checkbox.qml
         qmls.files += ./qml/MySpinBox.qml
         qmls.files += ./qml/SettingsWidget.qml
+        qmls.files += ./qml/HistoryListDialog.qml
     }
        
     INSTALLS += desktop icon64 shared service css css_images qmls