bi change + completer in line edit
[mdictionary] / src / plugins / xdxf / xdxf.pro
index 929060c..1c52b1d 100644 (file)
@@ -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 \