X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;h=510121193bb087771b09838b28b5fa10ea8244ea;hb=6e43150fac4affb7e2cb3f6d50ee727bcddba9a1;hp=08d30501c86330c421e5d0ea14c4a4a3e8771a30;hpb=dc2333ed96ec3902bc481ccfddd90e9fcde8ae1a;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index 08d3050..5101211 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -85,12 +85,10 @@ OTHER_FILES += \ qml/SearchBarWidget.qml \ qml/IconButton.qml \ qml/MyTextLineEdit.qml \ - qml/DictListDelegate.qml \ - qml/DictTypeListDelegate.qml \ - qml/WordListDelegate.qml \ qml/ElementsListView.qml \ - qml/DictTypeListView.qml \ - qml/DictTypeSelectDialog.qml + qml/DictTypeSelectDialog.qml \ + qml/DictManagerWidget.qml \ + qml/WordListWidget.qml target.path = $$BIN_DIR INSTALLS += target @@ -185,12 +183,10 @@ unix { qmls.files += ./qml/SearchBarWidget.qml qmls.files += ./qml/IconButton.qml qmls.files += ./qml/MyTextLineEdit.qml - qmls.files += ./qml/DictListDelegate.qml - qmls.files += ./qml/DictTypeListDelegate.qml - qmls.files += ./qml/WordListDelegate.qml qmls.files += ./qml/ElementsListView.qml - qmls.files += ./qml/DictTypeListView.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