Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446317
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
View Options
diff --git a/examples/qml/CMakeLists.txt b/examples/qml/CMakeLists.txt
index 11e2c63..8a2ca7d 100644
--- a/examples/qml/CMakeLists.txt
+++ b/examples/qml/CMakeLists.txt
@@ -1,23 +1,23 @@
# SPDX-FileCopyrightText: 2023 Carl Schwan <carl.schwan@gnupg.com>
# SPDX-License-Identifier: BSD-3-Clause
+find_package(Qt6Qml ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
+find_package(Qt6Quick ${QT_REQUIRED_VERSION} CONFIG REQUIRED)
+find_package(KPim6Mbox ${KPIM_MBOX_VERSION} CONFIG REQUIRED)
add_executable(mimetreeparser-qml
main.cpp
messagehandler.cpp
messagehandler.h
resources.qrc
)
-find_package(Qt6Qml ${QT_MIN_VERSION} CONFIG REQUIRED)
-find_package(Qt6Quick ${QT_MIN_VERSION} CONFIG REQUIRED)
-find_package(KPim6Mbox ${KPIM_MIME_VERSION} CONFIG REQUIRED)
target_link_libraries(mimetreeparser-qml PUBLIC
Qt::Quick
Qt::Widgets
Qt::Qml
Qt::Gui
KF6::I18n
KPim6::MimeTreeParserCore
KPim6::Mbox
Gpgmepp
)
diff --git a/examples/widgets/CMakeLists.txt b/examples/widgets/CMakeLists.txt
index 11d1845..bb96802 100644
--- a/examples/widgets/CMakeLists.txt
+++ b/examples/widgets/CMakeLists.txt
@@ -1,15 +1,15 @@
# SPDX-FileCopyrightText: 2023 Carl Schwan <carl.schwan@gnupg.com>
# SPDX-License-Identifier: BSD-3-Clause
add_executable(mimetreeparser-widgets
main.cpp
)
-find_package(KPim6Mbox ${KPIM_MIME_VERSION} CONFIG REQUIRED)
+find_package(KPim6Mbox ${KPIM_MBOX_VERSION} CONFIG REQUIRED)
target_link_libraries(mimetreeparser-widgets PUBLIC
Qt::Widgets
KPim6::MimeTreeParserWidgets
KPim6::Mbox
KF6::I18n
)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 17, 12:51 AM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1a/e4/3eec3ada75f5509ac7588a78e9d4
Attached To
rMTP MIME Tree Parser
Event Timeline
Log In to Comment