summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
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:
+#