From 9b5b4443cf50aa0e5d98d8129a5c65c6c76a838b Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 18 Jun 2016 16:49:23 -0400 Subject: Refactor command-line handling of GUI options. Both GTK and Qt both use the same command-line options, so refactor the parsing and (possibly) applying of those arguments to a single location. Ping-Bug: 12546 Change-Id: Ib31e576c509c5d3d21c33d3247640d9f9c68661b Reviewed-on: https://code.wireshark.org/review/16006 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/CMakeLists.txt') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index 8145dd1dee..67ab6e8d5a 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -24,6 +24,7 @@ set(COMMON_UI_SRC alert_box.c capture.c capture_ui_utils.c + commandline.c console.c decode_as_utils.c export_object.c -- cgit v1.2.1