Qt: About dialog updates.
[metze/wireshark/wip.git] / ui / CMakeLists.txt
index 5bd5ec051cc25c93734510c76bde7f67dcf9d027..9c2bb03584faafdd4abd511d545b2e3c68425fcf 100644 (file)
@@ -19,7 +19,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 
-
 set(COMMON_UI_SRC
        alert_box.c
        capture.c
@@ -31,12 +30,16 @@ set(COMMON_UI_SRC
        export_object_ui.c
        export_pdu_ui_utils.c
        help_url.c
+       failure_message.c
+       filter_files.c
        firewall_rules.c
+       iface_toolbar.c
        iface_lists.c
        io_graph_item.c
        language.c
        mcast_stream.c
        packet_list_utils.c
+       packet_range.c
        persfilepath_opt.c
        preference_utils.c
        profile.c
@@ -51,7 +54,6 @@ set(COMMON_UI_SRC
        tap-iax2-analysis.c
        tap-rtp-common.c
        tap-sctp-analysis.c
-       tap-sequence-analysis.c
        tap-rlc-graph.c
        tap-tcp-stream.c
        text_import.c
@@ -89,9 +91,19 @@ add_library(ui STATIC
        ${GENERATED_FILES}
 )
 
-set_target_properties(ui PROPERTIES COMPILE_OPTIONS "${WS_WARNINGS_C_FLAGS}")
-set_target_properties(ui PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
-set_target_properties(ui PROPERTIES FOLDER "UI")
+set_target_properties(ui PROPERTIES
+       LINK_FLAGS "${WS_LINK_FLAGS}"
+       FOLDER "UI"
+)
+
+add_executable(make-taps make-taps.c)
+# wsutil is only required for glib-compat.c
+target_link_libraries(make-taps ${GLIB2_LIBRARIES} wsutil)
+
+if (HTML_HELP_COMPILER)
+       add_definitions(-DHHC_DIR)
+       target_link_libraries(ui Htmlhelp.lib)
+endif()
 
 CHECKAPI(
        NAME