Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
f9024f69
Commit
f9024f69
authored
Feb 01, 2022
by
Laurent Montel
Browse files
Fix lib
parent
a018cfa4
Pipeline
#131484
passed with stage
in 10 minutes and 14 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewer/bodypartformatter/gnupgwks/CMakeLists.txt
View file @
f9024f69
...
...
@@ -47,7 +47,7 @@ target_link_libraries(messageviewer_bodypartformatter_application_gnupgwks
KF5::I18n
KF5::Mime
KF5::IdentityManagement
Grantlee5::Templates
${
TEMPLATES_LIB
}
Gpgmepp
)
install
(
TARGETS messageviewer_bodypartformatter_application_gnupgwks DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/bodypartformatter
)
plugins/messageviewer/bodypartformatter/highlighter/CMakeLists.txt
View file @
f9024f69
...
...
@@ -12,7 +12,7 @@ target_link_libraries(messageviewer_bodypartformatter_text_highlighter
Qt
${
QT_MAJOR_VERSION
}
::Core
KF5::MessageViewer
KF5::SyntaxHighlighting
Grantlee5::Templates
${
TEMPLATES_LIB
}
)
install
(
TARGETS messageviewer_bodypartformatter_text_highlighter DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/bodypartformatter
)
plugins/messageviewer/bodypartformatter/itinerary/CMakeLists.txt
View file @
f9024f69
...
...
@@ -33,7 +33,7 @@ target_link_libraries(messageviewer_bodypartformatter_semantic
KF5::CalendarSupport
KF5::I18n
KF5::GrantleeTheme
Grantlee5::Templates
${
TEMPLATES_LIB
}
Qt
${
QT_MAJOR_VERSION
}
::DBus
KF5::Prison
KPim::Itinerary
...
...
plugins/messageviewer/bodypartformatter/markdown/CMakeLists.txt
View file @
f9024f69
...
...
@@ -21,7 +21,7 @@ endif()
target_link_libraries
(
messageviewer_bodypartformatter_text_markdown
Qt
${
QT_MAJOR_VERSION
}
::Core
KF5::MessageViewer
Grantlee5::Templates
${
TEMPLATES_LIB
}
)
install
(
TARGETS messageviewer_bodypartformatter_text_markdown DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/bodypartformatter
)
plugins/messageviewer/bodypartformatter/ms-tnef/CMakeLists.txt
View file @
f9024f69
...
...
@@ -22,6 +22,6 @@ target_link_libraries(messageviewer_bodypartformatter_application_mstnef
KF5::MessageViewer
KF5::IconThemes
KF5::I18n
Grantlee5::Templates
${
TEMPLATES_LIB
}
)
install
(
TARGETS messageviewer_bodypartformatter_application_mstnef DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/bodypartformatter
)
plugins/messageviewer/bodypartformatter/pkpass/CMakeLists.txt
View file @
f9024f69
...
...
@@ -17,7 +17,7 @@ target_link_libraries(messageviewer_bodypartformatter_pkpass
KF5::Archive
KF5::Prison
KF5::MessageViewer
Grantlee5::Templates
${
TEMPLATES_LIB
}
KPim::PkPass
)
install
(
TARGETS messageviewer_bodypartformatter_pkpass DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/bodypartformatter
)
...
...
plugins/messageviewer/grantlee/CMakeLists.txt
View file @
f9024f69
...
...
@@ -4,6 +4,6 @@ add_library(kitinerary_grantlee_extension MODULE grantleeextension.cpp grantleee
target_link_libraries
(
kitinerary_grantlee_extension
KPim::Itinerary
KF5::Contacts
Grantlee5::Templates
${
TEMPLATES_LIB
}
)
install
(
TARGETS kitinerary_grantlee_extension DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/messageviewer/grantlee/5.0
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment