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
9e7c596d
Commit
9e7c596d
authored
Apr 23, 2017
by
Christophe Giboudeaux
Browse files
Fix the akonadi-calendar build.
parent
5be3e0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
9e7c596d
...
...
@@ -188,8 +188,8 @@ generate_export_header(KF5AkonadiContact BASE_NAME akonadi-contact)
add_library
(
KF5::AkonadiContact ALIAS KF5AkonadiContact
)
target_include_directories
(
KF5AkonadiContact INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/Akonadi/Contact;
${
KDE_INSTALL_INCLUDEDIR_KF5
}
>"
)
target_include_directories
(
KF5AkonadiContact INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/akonadi/contact>"
)
target_include_directories
(
KF5AkonadiContact PUBLIC
"$<BUILD_INTERFACE:
${
Akonadi-Contact_SOURCE_DIR
}
/src;
${
Akonadi-Contact_BINARY_DIR
}
/src>"
)
target_link_libraries
(
KF5AkonadiContact
...
...
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