aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/QtShark.pro
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/QtShark.pro')
-rw-r--r--ui/qt/QtShark.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index 5fc5f92492..fa4c05ee2d 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -242,6 +242,12 @@ FORMS += \
preferences_dialog.ui \
print_dialog.ui \
profile_dialog.ui \
+ sctp_all_assocs_dialog.ui \
+ sctp_assoc_analyse_dialog.ui \
+ sctp_chunk_statistics_dialog.ui \
+ sctp_graph_dialog.ui \
+ sctp_graph_arwnd_dialog.ui \
+ sctp_graph_byte_dialog.ui \
search_frame.ui \
sequence_dialog.ui \
splash_overlay.ui \
@@ -272,6 +278,12 @@ HEADERS += $$HEADERS_WS_C \
preferences_dialog.h \
print_dialog.h \
profile_dialog.h \
+ sctp_all_assocs_dialog.h \
+ sctp_assoc_analyse_dialog.h \
+ sctp_chunk_statistics_dialog.h \
+ sctp_graph_dialog.h \
+ sctp_graph_arwnd_dialog.h \
+ sctp_graph_byte_dialog.h \
search_frame.h \
splash_overlay.h \
stats_tree_dialog.h \
@@ -529,6 +541,12 @@ HEADERS += \
qcustomplot.h \
recent_file_status.h \
related_packet_delegate.h \
+ sctp_all_assocs_dialog.h \
+ sctp_assoc_analyse_dialog.h \
+ sctp_chunk_statistics_dialog.h \
+ sctp_graph_dialog.h \
+ sctp_graph_arwnd_dialog.h \
+ sctp_graph_byte_dialog.h \
sequence_diagram.h \
sequence_dialog.h \
simple_dialog_qt.h \
@@ -590,6 +608,12 @@ SOURCES += \
qt_ui_utils.cpp \
recent_file_status.cpp \
related_packet_delegate.cpp \
+ sctp_all_assocs_dialog.cpp \
+ sctp_assoc_analyse_dialog.cpp \
+ sctp_chunk_statistics_dialog.cpp \
+ sctp_graph_dialog.cpp \
+ sctp_graph_arwnd_dialog.cpp \
+ sctp_graph_byte_dialog.cpp \
search_frame.cpp \
sequence_diagram.cpp \
sequence_dialog.cpp \