From b6f060ee0e5dd3132c2a9b7a4f99bf5389f4f548 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 16 Nov 2015 14:59:16 +0100 Subject: [PATCH] CMakeList.txt (ui/gtk/qt) fix indent and modelines Change-Id: I723dcd9bb99941332d1340150361a4a11803fcbb Reviewed-on: https://code.wireshark.org/review/11871 Reviewed-by: Gerald Combs --- ui/CMakeLists.txt | 13 +++++++++++++ ui/gtk/CMakeLists.txt | 15 ++++++++++++++- ui/qt/CMakeLists.txt | 15 ++++++++++++++- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index fa714f6fc3..f0a496a387 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -97,3 +97,16 @@ add_library(ui STATIC set_target_properties(ui PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") set_target_properties(ui PROPERTIES FOLDER "UI") + +# +# Editor modelines - http://www.wireshark.org/tools/modelines.html +# +# Local variables: +# c-basic-offset: 8 +# tab-width: 8 +# indent-tabs-mode: t +# End: +# +# vi: set shiftwidth=8 tabstop=8 noexpandtab: +# :indentSize=8:tabSize=8:noTabs=false: +# diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt index 9f8adf54fd..4501f2d32d 100644 --- a/ui/gtk/CMakeLists.txt +++ b/ui/gtk/CMakeLists.txt @@ -270,7 +270,7 @@ if(WIN32) endif() register_tap_files(wireshark-tap-register.c - taps + taps ${WIRESHARK_TAP_SRC} ) @@ -324,3 +324,16 @@ add_library(gtkui STATIC set_target_properties(gtkui PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}" FOLDER "UI") + +# +# Editor modelines - http://www.wireshark.org/tools/modelines.html +# +# Local variables: +# c-basic-offset: 8 +# tab-width: 8 +# indent-tabs-mode: t +# End: +# +# vi: set shiftwidth=8 tabstop=8 noexpandtab: +# :indentSize=8:tabSize=8:noTabs=false: +# diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt index 84783a3d3f..9e4fb99532 100644 --- a/ui/qt/CMakeLists.txt +++ b/ui/qt/CMakeLists.txt @@ -482,7 +482,7 @@ endif() add_definitions(${QT_DEFINITIONS}) register_tap_files(wireshark-tap-register.c - taps + taps ${WIRESHARK_QT_TAP_SRC} ) @@ -497,3 +497,16 @@ add_library(qtui STATIC ) set_target_properties(qtui PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") set_target_properties(qtui PROPERTIES FOLDER "UI") + +# +# Editor modelines - http://www.wireshark.org/tools/modelines.html +# +# Local variables: +# c-basic-offset: 8 +# tab-width: 8 +# indent-tabs-mode: t +# End: +# +# vi: set shiftwidth=8 tabstop=8 noexpandtab: +# :indentSize=8:tabSize=8:noTabs=false: +# -- 2.34.1