Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
12ef34af
Commit
12ef34af
authored
15 years ago
by
Jérémy Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Better handle of kabc check.
parent
f27a26f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sflphone_kde/cmake_modules/FindKabc.cmake
+7
-6
7 additions, 6 deletions
sflphone_kde/cmake_modules/FindKabc.cmake
with
7 additions
and
6 deletions
sflphone_kde/cmake_modules/FindKabc.cmake
+
7
−
6
View file @
12ef34af
FIND_LIBRARY
(
KABC_LIBRARY NAMES libkabc.so
)
FIND_LIBRARY
(
KABC_LIBRARY NAMES kabc
)
FIND_PATH
(
KABC_INCLUDE_DIR kabc_export.h /usr/include/kabc /usr/local/include/kabc
)
IF
(
KABC_LIBRARY
)
SET
(
KABC_FOUND TRUE
)
ELSE
(
KABC_LIBRARY
)
SET
(
KABC_FOUND FALSE
)
ENDIF
(
KABC_LIBRARY
)
IF
(
KABC_INCLUDE_DIR AND
KABC_LIBRARY
)
SET
(
KABC_FOUND TRUE
)
ELSE
(
KABC_INCLUDE_DIR AND
KABC_LIBRARY
)
SET
(
KABC_FOUND FALSE
)
ENDIF
(
KABC_INCLUDE_DIR AND
KABC_LIBRARY
)
IF
(
KABC_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment