Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
e62f5156
Commit
e62f5156
authored
Jun 30, 2016
by
Daniel Vrátil
🤖
Browse files
Fix copy-paste error
parent
d3463f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e62f5156
...
...
@@ -47,7 +47,11 @@ find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
set
(
Prison_MIN_VERSION
"1.2.2"
)
find_package
(
KF5Prison
${
Prison_MIN_VERSION
}
)
set_package_properties
(
Prison PROPERTIES DESCRIPTION
"Prison"
URL
"http://projects.kde.org/prison"
TYPE OPTIONAL$
set_package_properties
(
Prison PROPERTIES
DESCRIPTION
"Prison"
URL
"http://projects.kde.org/prison"
TYPE OPTIONAL
PURPOSE
"Needed to show mobile barcodes of your contacts"
)
if
(
KF5Prison_FOUND
)
add_definitions
(
-DHAVE_PRISON
)
endif
()
...
...
Write
Preview
Supports
Markdown
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