aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4b89b35dd3..47457f634b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2122,6 +2122,13 @@ AC_DEFUN([AC_WIRESHARK_QT_CHECK],
AC_WIRESHARK_QT_MODULE_CHECK(PrintSupport, $1)
#
+ # Qt 5.0 added multimedia widgets in the Qt
+ # MultimediaWidgets module.
+ #
+ AC_WIRESHARK_QT_MODULE_CHECK(MultimediaWidgets, $1,
+ AC_DEFINE(QT_MULTIMEDIAWIDGETS_LIB, 1, [Define if we have QtMultimediaWidgets]))
+
+ #
# While we're at it, look for QtMacExtras. (Presumably
# if we're not building for OS X, it won't be present.)
#