Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Graphics
Okular
Commits
b31e3f23
Commit
b31e3f23
authored
Aug 31, 2017
by
Kevin Funk
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: Use some more find_package(... CONFIG)
parent
a6aea956
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
generators/CMakeLists.txt
generators/CMakeLists.txt
+3
-3
No files found.
generators/CMakeLists.txt
View file @
b31e3f23
...
...
@@ -20,7 +20,7 @@ set_package_properties(LibSpectre PROPERTIES
TYPE RECOMMENDED
PURPOSE
"Support for PS files in okular."
)
find_package
(
KF5KExiv2
)
find_package
(
KF5KExiv2
CONFIG
)
set_package_properties
(
"LibKExiv2"
PROPERTIES
DESCRIPTION
"Wrapper around Exiv2 library"
URL
"http://www.digikam.org/sharedlibs"
...
...
@@ -34,7 +34,7 @@ set_package_properties("CHM" PROPERTIES
TYPE RECOMMENDED
PURPOSE
"Support CHM files in okular."
)
find_package
(
KF5KHtml
)
find_package
(
KF5KHtml
CONFIG
)
set_package_properties
(
"KF5KHtml"
PROPERTIES
DESCRIPTION
"HTML rendering library"
TYPE RECOMMENDED
...
...
@@ -82,7 +82,7 @@ set_package_properties("libepub" PROPERTIES
TYPE RECOMMENDED
PURPOSE
"Support for EPub documents in Okular."
)
find_package
(
QMobipocket
"2"
)
find_package
(
QMobipocket
"2"
CONFIG
)
set_package_properties
(
"libqmobipocket"
PROPERTIES
DESCRIPTION
"A library for reading Mobipocket documents"
URL
"https://commits.kde.org/kdegraphics-mobipocket"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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