X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;fp=src%2Fmdictionary%2Fmdictionary.pro;h=5c3be82716ed6482fabb39479affdca33ffe406e;hb=f398f7e3985c755407a9172468fe94b903bedb49;hp=2a80942ed98e89624df3c8905d3d9e6eee695459;hpb=55f992f401bdf13a2dc6bdc370a56000bd2914c2;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index 2a80942..5c3be82 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -41,6 +41,7 @@ SOURCES += gui/main.cpp \ gui/SpinBox.cpp \ gui/DictTypeModel.cpp \ gui/DictManagerModel.cpp \ + gui/HistoryListModel.cpp \ gui/WordListModel.cpp HEADERS += gui/MainWindow.h \ @@ -55,7 +56,7 @@ HEADERS += gui/MainWindow.h \ ../include/CommonDictInterface.h \ gui/MenuWidget.h \ gui/MenuTabWidget.h \ - gui/DictManagerWidget.h \ + gui/DictTypeSelectDialog.h \ ../include/History.h \ gui/HistoryListDialog.h \ @@ -75,6 +76,7 @@ HEADERS += gui/MainWindow.h \ gui/SpinBox.h \ gui/DictTypeModel.h \ gui/DictManagerModel.h \ + gui/HistoryListModel.h \ gui/WordListModel.h RESOURCES += ../../data/gui.qrc @@ -99,7 +101,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 @@ -221,6 +224,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