table view
[mdictionary] / src / plugins / xdxf / xdxf.pro
index 929060c..d285b44 100644 (file)
@@ -28,7 +28,8 @@ SOURCES += xdxfplugin.cpp \
     XdxfDictSelectDialog.cpp \
     XdxfDictDownloadProgressDialog.cpp \
     DictsModel.cpp \
-    HttpDownloader.cpp
+    HttpDownloader.cpp \
+    DictsListModel.cpp
 
 HEADERS += xdxfplugin.h \
     TranslationXdxf.h \
@@ -45,7 +46,9 @@ HEADERS += xdxfplugin.h \
     DownloadDict.h \
     DictsModel.h \
     DictsProxyModel.h \
-    HttpDownloader.h
+    HttpDownloader.h \
+    DictsListModel.h \
+    DictsProxyListModel.h
 
 RESOURCES += xdxf.qrc
 
@@ -53,7 +56,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 +79,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 \