Add ServiceResponseTimeDialog.
[metze/wireshark/wip.git] / ui / CMakeLists.txt
index 1834a43a14e6b0221bbd9a4b86e6c120789b9ce2..f611c7da164238d683b7b5561eb266c114dc1b52 100644 (file)
@@ -24,33 +24,46 @@ set(COMMON_UI_SRC
        alert_box.c
        capture.c
        capture_ui_utils.c
+       console.c
        decode_as_utils.c
        export_object.c
        export_object_dicom.c
        export_object_http.c
        export_object_smb.c
        export_object_tftp.c
+       filters.c
        follow.c
        help_url.c
        iface_lists.c
        io_graph_item.c
+       language.c
+       mcast_stream.c
        packet_list_utils.c
        persfilepath_opt.c
        preference_utils.c
        profile.c
        proto_hier_stats.c
        recent.c
+       rtp_stream.c
+       service_response_time.c
        software_update.c
        ssl_key_export.c
        tap_export_pdu.c
-       tap-megaco-common.c
        tap-rtp-common.c
        tap-sctp-analysis.c
        tap-sequence-analysis.c
        tap-tcp-stream.c
        text_import.c
        time_shift.c
+       traffic_table_ui.c
        util.c
+       voip_calls.c
+)
+
+# Enables visibility in IDEs
+file(GLOB EXTRA_UI_HEADERS
+       rtp_analysis.h
+       rtp_stream.h
 )
 
 set(DIRTY_UI_SRC)