aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
commit80f9326b2fbf8857f221b6ee6d44c3982cdcbff9 (patch)
treed5dd5ce48d3da0595cc10da6319c729604511c23 /ui/qt/Makefile.common
parent41174fa490f141aaf1fdddfcb4f445ecd95888f7 (diff)
From Thomas ERSFELD (GSoC13)
Add TCP/UDP/SSL Follow feature to QtShark Known issue : * Duplicate code with GTK (function need follow_info_t struct but in GTK there is some GWidget variable in struct) * Sometimes TCP Follow fail... svn path=/trunk/; revision=51883
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common12
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 0781e8f526..d294285fb1 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -35,8 +35,9 @@ NODIST_GENERATED_HEADER_FILES = \
ui_column_preferences_frame.h \
ui_export_object_dialog.h \
ui_file_set_dialog.h \
- ui_font_color_preferences_frame.h \
ui_filter_expressions_preferences_frame.h \
+ ui_follow_stream_dialog.h \
+ ui_font_color_preferences_frame.h \
ui_import_text_dialog.h \
ui_layout_preferences_frame.h \
ui_main_welcome.h \
@@ -50,8 +51,8 @@ NODIST_GENERATED_HEADER_FILES = \
ui_print_dialog.h \
ui_profile_dialog.h \
ui_search_frame.h \
- ui_summary_dialog.h \
ui_splash_overlay.h \
+ ui_summary_dialog.h \
ui_tcp_stream_dialog.h \
ui_time_shift_dialog.h \
ui_uat_dialog.h
@@ -109,6 +110,7 @@ MOC_HDRS = \
export_object_dialog.h \
file_set_dialog.h \
filter_expressions_preferences_frame.h \
+ follow_stream_dialog.h \
font_color_preferences_frame.h \
import_text_dialog.h \
interface_tree.h \
@@ -134,9 +136,9 @@ MOC_HDRS = \
related_packet_delegate.h \
search_frame.h \
simple_dialog_qt.h \
- summary_dialog.h \
sparkline_delegate.h \
splash_overlay.h \
+ summary_dialog.h \
syntax_line_edit.h \
tcp_stream_dialog.h \
time_shift_dialog.h \
@@ -153,6 +155,7 @@ UI_FILES = \
export_object_dialog.ui \
file_set_dialog.ui \
filter_expressions_preferences_frame.ui \
+ follow_stream_dialog.ui \
font_color_preferences_frame.ui \
import_text_dialog.ui \
layout_preferences_frame.ui \
@@ -167,8 +170,8 @@ UI_FILES = \
print_dialog.ui \
profile_dialog.ui \
search_frame.ui \
- summary_dialog.ui \
splash_overlay.ui \
+ summary_dialog.ui \
tcp_stream_dialog.ui \
time_shift_dialog.ui \
uat_dialog.ui
@@ -239,6 +242,7 @@ WIRESHARK_QT_SRC = \
export_object_dialog.cpp \
file_set_dialog.cpp \
filter_expressions_preferences_frame.cpp \
+ follow_stream_dialog.cpp \
font_color_preferences_frame.cpp \
import_text_dialog.cpp \
interface_tree.cpp \