video: add screen sharing

- add the ability to share screen entirely
or only a specific area with right click

Refs #74614

Change-Id: Ief64f88d862ede0fe7cd82af82a49e5b43d6532c
diff --git a/RingWinClient.pro b/RingWinClient.pro
index 17ecdcf..b2a8b69 100644
--- a/RingWinClient.pro
+++ b/RingWinClient.pro
@@ -40,7 +40,8 @@
     wizarddialog.cpp \
     windowscontactbackend.cpp \
     historydelegate.cpp \
-    contactdelegate.cpp
+    contactdelegate.cpp \
+    selectareadialog.cpp
 
 HEADERS  += mainwindow.h \
     callwidget.h \
@@ -56,7 +57,8 @@
     wizarddialog.h \
     windowscontactbackend.h \
     historydelegate.h \
-    contactdelegate.h
+    contactdelegate.h \
+    selectareadialog.h
 
 FORMS    += mainwindow.ui \
     callwidget.ui \