summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-16 14:59:16 +0100
committerGerald Combs <gerald@wireshark.org>2015-11-17 22:50:31 +0000
commitb6f060ee0e5dd3132c2a9b7a4f99bf5389f4f548 (patch)
treeb0c7d48e30354bfa10b5d63a98e5f1b2f4835fe1 /ui
parent0fef9d752f801986a81b7c294143eae21cd0de97 (diff)
downloadwireshark-b6f060ee0e5dd3132c2a9b7a4f99bf5389f4f548.tar.gz
CMakeList.txt (ui/gtk/qt) fix indent and modelines
Change-Id: I723dcd9bb99941332d1340150361a4a11803fcbb Reviewed-on: https://code.wireshark.org/review/11871 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/CMakeLists.txt13
-rw-r--r--ui/gtk/CMakeLists.txt15
-rw-r--r--ui/qt/CMakeLists.txt15
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:
+#