X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fxdxf%2Fxdxf.pro;h=1c52b1ddb833c9456d904637867e24b701ccb6cb;hb=cd6d19c3e9a71f2e19d13beaf119554905803a12;hp=929060c43f11a9d0b04a73f1c8a6c76c3d6248f3;hpb=beb2f8a40b5d1770c9727c1df18fe233639d8862;p=mdictionary diff --git a/src/plugins/xdxf/xdxf.pro b/src/plugins/xdxf/xdxf.pro index 929060c..1c52b1d 100644 --- a/src/plugins/xdxf/xdxf.pro +++ b/src/plugins/xdxf/xdxf.pro @@ -28,7 +28,9 @@ SOURCES += xdxfplugin.cpp \ XdxfDictSelectDialog.cpp \ XdxfDictDownloadProgressDialog.cpp \ DictsModel.cpp \ - HttpDownloader.cpp + HttpDownloader.cpp \ + DictsListModel.cpp \ + ../../include/ComboBoxModel.cpp HEADERS += xdxfplugin.h \ TranslationXdxf.h \ @@ -37,6 +39,7 @@ HEADERS += xdxfplugin.h \ ../../include/translation.h \ ../../include/settings.h \ ../../include/CommonDictInterface.h \ + ../../include/ComboBoxModel.h \ XdxfCachingDialog.h \ XdxfDialog.h \ XdxfDictDownloader.h \ @@ -45,7 +48,9 @@ HEADERS += xdxfplugin.h \ DownloadDict.h \ DictsModel.h \ DictsProxyModel.h \ - HttpDownloader.h + HttpDownloader.h \ + DictsListModel.h \ + DictsProxyListModel.h RESOURCES += xdxf.qrc @@ -53,7 +58,9 @@ TRANSLATIONS += pl_PL.ts \ en_US.ts OTHER_FILES += ../../mdictionary/qml/XdxfDialog.qml \ - ../../mdictionary/qml/XdxfDictDownloader.qml + ../../mdictionary/qml/XdxfDictDownloader.qml \ + ../../mdictionary/qml/TableWidget.qml \ + ../../mdictionary/qml/ScrollBar2.qml unix { dicts.path = $$PLUGINS_DIR @@ -74,6 +81,9 @@ unix { qmls.path = $$DATA_DIR/qml qmls.files += ../../mdictionary/qml/XdxfDialog.qml qmls.files += ../../mdictionary/qml/XdxfDictDownloader.qml + qmls.files += ../../mdictionary/qml/TableWidget.qml + qmls.files += ../../mdictionary/qml/ScrollBar2.qml + } INSTALLS += dicts \