X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;h=8701e4e05af60a14657a8cbee4f3c8cf477c26e5;hb=2e061e2df0f372f91a25be1958abe7b0a72b2f69;hp=c31eed04a377badcc0aa8c6948ccf6a656539af3;hpb=0eb244df0da2ac95f6868d7a77cf190c1ca49a11;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index c31eed0..8701e4e 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -38,7 +38,8 @@ SOURCES += gui/main.cpp \ gui/TranslationView.cpp \ gui/DBusAdapter.cpp \ gui/NotifyManager.cpp \ - gui/SpinBox.cpp + gui/SpinBox.cpp \ + gui/DictTypeModel.cpp HEADERS += gui/MainWindow.h \ backbone/ConfigGenerator.h \ @@ -69,7 +70,8 @@ HEADERS += gui/MainWindow.h \ ../include/DictDialog.h \ gui/DBusAdapter.h \ gui/NotifyManager.h \ - gui/SpinBox.h + gui/SpinBox.h \ + gui/DictTypeModel.h RESOURCES += ../../data/gui.qrc @@ -83,7 +85,11 @@ OTHER_FILES += \ qml/SearchBarWidget.qml \ qml/IconButton.qml \ qml/MyTextLineEdit.qml \ - qml/ProgressBar.qml + qml/ProgressBar.qml \ + qml/ElementsListView.qml \ + qml/DictTypeSelectDialog.qml \ + qml/DictManagerWidget.qml \ + qml/WordListWidget.qml target.path = $$BIN_DIR INSTALLS += target @@ -179,6 +185,10 @@ unix { 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 } INSTALLS += desktop icon64 shared service css css_images qmls