contact: add choose dialog for contact with multiple contact method

- Add a little popup that let you choose the contactmethod you want to use
when you doubleclick on a Contact who have more than one.

Refs #77968

Change-Id: Iec645756afda419c97496d58a9816b748b480bc0
diff --git a/RingWinClient.pro b/RingWinClient.pro
index 42ef5bc..9e9feb1 100644
--- a/RingWinClient.pro
+++ b/RingWinClient.pro
@@ -49,7 +49,8 @@
     videooverlay.cpp \
     imdelegate.cpp \
     contactdialog.cpp \
-    contactpicker.cpp
+    contactpicker.cpp \
+    contactmethodpicker.cpp
 
 HEADERS  += mainwindow.h \
     callwidget.h \
@@ -74,7 +75,8 @@
     videooverlay.h \
     imdelegate.h \
     contactdialog.h \
-    contactpicker.h
+    contactpicker.h \
+    contactmethodpicker.h
 
 FORMS    += mainwindow.ui \
     callwidget.ui \
@@ -89,7 +91,8 @@
     videoview.ui \
     videooverlay.ui \
     contactdialog.ui \
-    contactpicker.ui
+    contactpicker.ui \
+    contactmethodpicker.ui
 
 win32: LIBS += -lole32 -luuid -lshlwapi