X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;h=75ebf14cf2b63d82480002583dc70500988fa6df;hb=beb2f8a40b5d1770c9727c1df18fe233639d8862;hp=16df3d5d0076514702211ba45fa0153e19ffde0b;hpb=6245abe2e56ba506f526ef5e318d1f0fcb1571ce;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index 16df3d5..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 @@ -91,7 +93,14 @@ OTHER_FILES += \ qml/ElementsListView.qml \ qml/DictTypeSelectDialog.qml \ qml/DictManagerWidget.qml \ - qml/WordListWidget.qml + qml/WordListWidget.qml \ + qml/TranslationView.qml \ + qml/FlickableWebView.qml \ + qml/ScrollBar.qml \ + qml/Checkbox.qml \ + qml/MySpinBox.qml \ + qml/SettingsWidget.qml \ + qml/HistoryListDialog.qml target.path = $$BIN_DIR INSTALLS += target @@ -173,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 @@ -191,6 +216,13 @@ unix { 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 + qmls.files += ./qml/HistoryListDialog.qml } INSTALLS += desktop icon64 shared service css css_images qmls