qml ComboBox component and GoogleDialog complete
[mdictionary] / src / plugins / google / google.pro
index 54b09cd..c9b354c 100644 (file)
@@ -13,7 +13,8 @@ SOURCES +=  \
     GooglePlugin.cpp \
     TranslationGoogle.cpp \
     GoogleDictDialog.cpp \
-    GoogleDialog.cpp
+    GoogleDialog.cpp \
+    ../../include/ComboBoxModel.cpp
 
 HEADERS += \
     GooglePlugin.h \
@@ -21,6 +22,7 @@ HEADERS += \
     ../../include/translation.h \
     ../../include/settings.h \
     ../../include/CommonDictInterface.h \
+    ../../include/ComboBoxModel.h \
     TranslationGoogle.h \
     GoogleDictDialog.h \
     GoogleDialog.h
@@ -53,3 +55,6 @@ unix {
 }
 check.commands = echo 'No check here'
 QMAKE_EXTRA_TARGETS += check
+
+OTHER_FILES += \
+    ../../mdictionary/qml/GoogleDialog.qml