Page MenuHome GnuPG

No OneTemporary

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

Mime Type
text/x-diff
Expires
Thu, Jul 17, 12:50 AM (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/00/af31ddeb765f3b4193c062672084

Event Timeline