SDP: Fix warnings [-Wcast-qual]
[gd/wireshark/.git] / ui / qt / Makefile.common
index 105f6621cc45e31bcbfedbff48dcfc55ae73083f..286c74d3cfb71d4534f4c0a7493aa98153a61a85 100644 (file)
@@ -32,6 +32,7 @@ NODIST_GENERATED_HEADER_FILES =       \
        ui_about_dialog.h       \
        ui_address_editor_frame.h       \
        ui_bluetooth_att_server_attributes_dialog.h     \
+       ui_bluetooth_device_dialog.h    \
        ui_bluetooth_devices_dialog.h   \
        ui_bluetooth_hci_summary_dialog.h       \
        ui_capture_file_properties_dialog.h     \
@@ -148,6 +149,7 @@ MOC_HDRS =  \
        accordion_frame.h       \
        address_editor_frame.h  \
        bluetooth_att_server_attributes_dialog.h        \
+       bluetooth_device_dialog.h       \
        bluetooth_devices_dialog.h      \
        bluetooth_hci_summary_dialog.h  \
        byte_view_tab.h \
@@ -284,6 +286,7 @@ UI_FILES =  \
        about_dialog.ui \
        address_editor_frame.ui \
        bluetooth_att_server_attributes_dialog.ui       \
+       bluetooth_device_dialog.ui      \
        bluetooth_devices_dialog.ui     \
        bluetooth_hci_summary_dialog.ui \
        capture_file_properties_dialog.ui       \
@@ -411,7 +414,6 @@ TS_FILES =  \
 #
 # .qm files.
 #
-# Should they be auto-generated ?
 QM_FILES = $(TS_FILES:.ts=.qm)
 
 WIRESHARK_QT_SRC =     \
@@ -419,6 +421,7 @@ WIRESHARK_QT_SRC =  \
        accordion_frame.cpp     \
        address_editor_frame.cpp        \
        bluetooth_att_server_attributes_dialog.cpp      \
+       bluetooth_device_dialog.cpp     \
        bluetooth_devices_dialog.cpp    \
        bluetooth_hci_summary_dialog.cpp        \
        byte_view_tab.cpp       \