aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 9536d983ca..1e89b4c94b 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -51,6 +51,8 @@ NODIST_GENERATED_HEADER_FILES = \
ui_filter_expressions_preferences_frame.h \
ui_follow_stream_dialog.h \
ui_font_color_preferences_frame.h \
+ ui_funnel_string_dialog.h \
+ ui_funnel_text_dialog.h \
ui_import_text_dialog.h \
ui_io_graph_dialog.h \
ui_layout_preferences_frame.h \
@@ -168,6 +170,9 @@ MOC_HDRS = \
follow_stream_dialog.h \
follow_stream_text.h \
font_color_preferences_frame.h \
+ funnel_string_dialog.h \
+ funnel_text_dialog.h \
+ funnel_statistics.h \
import_text_dialog.h \
interface_tree.h \
io_graph_dialog.h \
@@ -254,6 +259,8 @@ UI_FILES = \
filter_expressions_preferences_frame.ui \
follow_stream_dialog.ui \
font_color_preferences_frame.ui \
+ funnel_string_dialog.ui \
+ funnel_text_dialog.ui \
import_text_dialog.ui \
io_graph_dialog.ui \
layout_preferences_frame.ui \
@@ -387,6 +394,9 @@ WIRESHARK_QT_SRC = \
follow_stream_dialog.cpp \
follow_stream_text.cpp \
font_color_preferences_frame.cpp \
+ funnel_string_dialog.cpp \
+ funnel_text_dialog.cpp \
+ funnel_statistics.cpp \
import_text_dialog.cpp \
interface_tree.cpp \
io_graph_dialog.cpp \