summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt/Makefile.am2
-rw-r--r--ui/qt/Makefile.common3
2 files changed, 4 insertions, 1 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 0524b6f592..3172142a1e 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -137,6 +137,8 @@ splash_overlay.cpp splash_overlay.h: ui_splash_overlay.h
summary_dialog.cpp summary_dialog.h: ui_summary_dialog.h
+tcp_stream_dialog.cpp: ui_tcp_stream_dialog.h
+
time_shift_dialog.cpp time_shift_dialog.h: ui_time_shift_dialog.h
uat_dialog.cpp uat_dialog.h: ui_uat_dialog.h
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index fcd85f9b4e..78863c39de 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -129,6 +129,7 @@ MOC_HDRS = \
profile_dialog.h \
progress_bar.h \
proto_tree.h \
+ qcustomplot.h \
recent_file_status.h \
related_packet_delegate.h \
search_frame.h \
@@ -259,7 +260,7 @@ WIRESHARK_QT_SRC = \
profile_dialog.cpp \
progress_bar.cpp \
proto_tree.cpp \
- qcustomplot.c \
+ qcustomplot.cpp \
qt_ui_utils.cpp \
recent_file_status.cpp \
related_packet_delegate.cpp \