Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446273
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
897 B
Subscribers
None
View Options
diff --git a/examples/qml/CMakeLists.txt b/examples/qml/CMakeLists.txt
index 38199ae..3968658 100644
--- a/examples/qml/CMakeLists.txt
+++ b/examples/qml/CMakeLists.txt
@@ -1,28 +1,26 @@
# 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
)
target_link_libraries(mimetreeparser-qml PUBLIC
Qt::Quick
Qt::Widgets
Qt::Qml
Qt::Gui
KF6::I18n
KPim6::MimeTreeParserCore
KPim6::Mbox
Gpgmepp
)
-if(TARGET KF6::I18nQml)
target_link_libraries(mimetreeparser-qml PUBLIC
KF6::I18nQml
)
-endif()
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 17, 12:50 AM (1 d, 17 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/00/af31ddeb765f3b4193c062672084
Attached To
rMTP MIME Tree Parser
Event Timeline
Log In to Comment