aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2022-08-12 22:42:44 -0500
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-15 05:07:46 +0000
commitbbb9610cb35d3d2945c6912aac09348ff0cfbade (patch)
tree332297220cb5b6bb32392cc42eed6ba73ec813fd /plugins/epan
parente33bc8d5bfdcf999f8e74fc134a95b909314375f (diff)
pluginifdemo: Qt5->Qt6; bump version to 0.0.2
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/pluginifdemo/CMakeLists.txt10
-rw-r--r--plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui2
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/epan/pluginifdemo/CMakeLists.txt b/plugins/epan/pluginifdemo/CMakeLists.txt
index 4f7c89f7ee..d8a7d93cf1 100644
--- a/plugins/epan/pluginifdemo/CMakeLists.txt
+++ b/plugins/epan/pluginifdemo/CMakeLists.txt
@@ -10,14 +10,14 @@
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
-set_module_info(pluginifdemo 0 0 1 0)
+set_module_info(pluginifdemo 0 0 2 0)
SET(CMAKE_AUTOMOC ON)
SET(CMAKE_AUTOUIC ON)
-find_package(Qt5Core)
-find_package(Qt5PrintSupport)
-find_package(Qt5Widgets)
+find_package(Qt6Core)
+find_package(Qt6PrintSupport)
+find_package(Qt6Widgets)
set(DISSECTOR_SRC
pluginifdemo.c
@@ -52,7 +52,7 @@ register_plugin_files(plugin.c
add_wireshark_plugin_library(pluginifdemo epan)
-target_link_libraries(pluginifdemo epan Qt5::Core Qt5::Widgets Qt5::PrintSupport Qt5::Multimedia)
+target_link_libraries(pluginifdemo epan Qt6::Core Qt6::Widgets Qt6::PrintSupport)
install_plugin(pluginifdemo epan)
diff --git a/plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui b/plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui
index faf560b417..c31f0583e2 100644
--- a/plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui
+++ b/plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui
@@ -73,7 +73,7 @@
<item>
<widget class="QLabel" name="lblAboutDialog">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;PlugIn Interface Demonstration&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;Version: &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;0.0.1 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Copyright © &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Wireshark Foundation&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;a href=&quot;https://www.wireshark.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.wireshark.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;PlugIn Interface Demonstration&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;Version: &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;0.0.2 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Copyright © &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Wireshark Foundation&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;a href=&quot;https://www.wireshark.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;www.wireshark.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>