summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-03 11:18:13 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-09 21:57:08 +0000
commitcd9f163eb91d4c70977f669472d5acaf7a4fbe7c (patch)
tree268428ad90ed1a46ae67df78c3124fc751e40b2d /ui/qt/Makefile.common
parent302b03a0bbe3702f93eced884d8103528c35e8d7 (diff)
downloadwireshark-cd9f163eb91d4c70977f669472d5acaf7a4fbe7c.tar.gz
Add the IAX2 Analysis dialog.
Copied from the RTP Analysis dialog, just like the GTK+ version. Change-Id: I111020bc4073a3a3ba583bdace51a91ee5fef300 Reviewed-on: https://code.wireshark.org/review/10447 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 161bf17715..a796e46f89 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -55,7 +55,8 @@ NODIST_GENERATED_HEADER_FILES = \
ui_font_color_preferences_frame.h \
ui_funnel_string_dialog.h \
ui_funnel_text_dialog.h \
- ui_gsm_map_summary_dialog.h \
+ ui_gsm_map_summary_dialog.h \
+ ui_iax2_analysis_dialog.h \
ui_import_text_dialog.h \
ui_io_graph_dialog.h \
ui_layout_preferences_frame.h \
@@ -183,7 +184,8 @@ MOC_HDRS = \
funnel_string_dialog.h \
funnel_text_dialog.h \
funnel_statistics.h \
- gsm_map_summary_dialog.h \
+ gsm_map_summary_dialog.h \
+ iax2_analysis_dialog.h \
import_text_dialog.h \
interface_tree.h \
io_graph_dialog.h \
@@ -285,6 +287,7 @@ UI_FILES = \
funnel_string_dialog.ui \
funnel_text_dialog.ui \
gsm_map_summary_dialog.ui \
+ iax2_analysis_dialog.ui \
import_text_dialog.ui \
io_graph_dialog.ui \
layout_preferences_frame.ui \
@@ -424,6 +427,7 @@ WIRESHARK_QT_SRC = \
font_color_preferences_frame.cpp \
funnel_string_dialog.cpp \
funnel_text_dialog.cpp \
+ iax2_analysis_dialog.cpp \
import_text_dialog.cpp \
interface_tree.cpp \
label_stack.cpp \