Hi, I had some trouble compiling the vidgui sample application on an Ubuntu 13.10 and found that the vidgui.pro was not correct for QT 4.8 and that a deprecated function is used (toAscii() must be toLatin() in vidgui.c). I have attached a small patch fixing these two issues. It can be compiled on QT 4.8 and should work on QT 5.1 (not tested), but it won't work on QT 5.0. In QT 5.1 the module x11extras was kind of re-added that is not present in QT 5.0. PS: The patch is against trunk. --- Dennis Guse -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131025/cf09e034/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: vidgui-qt5-1.diff Type: text/x-patch Size: 1954 bytes Desc: not available URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131025/cf09e034/attachment-0001.diff>