X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;h=75ebf14cf2b63d82480002583dc70500988fa6df;hb=beb2f8a40b5d1770c9727c1df18fe233639d8862;hp=a055f31ee52156d3df59cbfc0cb7e299ec0e1fb0;hpb=ac86fa7a460e6fb10126eb63372d18a5dd1e1f4d;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index a055f31..75ebf14 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -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 @@ -96,7 +98,9 @@ OTHER_FILES += \ qml/FlickableWebView.qml \ qml/ScrollBar.qml \ qml/Checkbox.qml \ - qml/MySpinBox.qml + qml/MySpinBox.qml \ + qml/SettingsWidget.qml \ + qml/HistoryListDialog.qml target.path = $$BIN_DIR INSTALLS += target @@ -178,6 +182,22 @@ unix { meego { qmls.path = $$DATA_DIR/qml qmls.files += ./qml/WelcomeScreenWidget.qml + qmls.files += ./qml/Button.qml + qmls.files += ./qml/AboutWidget.qml + qmls.files += ./qml/SearchBarWidget.qml + qmls.files += ./qml/IconButton.qml + qmls.files += ./qml/MyTextLineEdit.qml + qmls.files += ./qml/ProgressBar.qml + qmls.files += ./qml/ElementsListView.qml + qmls.files += ./qml/DictTypeSelectDialog.qml + qmls.files += ./qml/DictManagerWidget.qml + qmls.files += ./qml/WordListWidget.qml + qmls.files += ./qml/TranslationView.qml + qmls.files += ./qml/FlickableWebView.qml + qmls.files += ./qml/ScrollBar.qml + qmls.files += ./qml/Checkbox.qml + qmls.files += ./qml/MySpinBox.qml + qmls.files += ./qml/SettingsWidget.qml } else:maemo5 { qmls.path = $$DATA_DIR/qml @@ -201,6 +221,8 @@ unix { qmls.files += ./qml/ScrollBar.qml 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