From 4921e559906aee70c4665f1c739057e227787e01 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 18 Nov 2014 16:21:42 -0800 Subject: Qt: Initial VoIP Calls dialog. Add Telephony menu items for VoIP Calls and SIP Flows. Put VoIP Calls at the top, since that seems to be the primary item. Add configure-time checks for QtMultimediaWidgets in anticipation of adding a VoIP playback dialog. Add an icon for the playback button. (Yes, I've been avoiding GNOME-level gratuitous icons so far but this is one of the rare occiasions where it makes sense.) Add a help link define for the VoIP calls dialog. Change-Id: I5d0799685c598ad9af76fe9667f8ea7d14b66050 Reviewed-on: https://code.wireshark.org/review/5674 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 7f1c91a5c9..1303adbc7f 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -368,6 +368,9 @@ /* Define if we are using version of of the Portaudio library API */ #cmakedefine PORTAUDIO_API_1 1 +/* Define if we have QtMultimediaWidgets */ +#cmakedefine QT_MULTIMEDIAWIDGETS_LIB 1 + /* Define if we have QtMacExtras */ #cmakedefine QT_MACEXTRAS_LIB 1 -- cgit v1.2.3