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
Akonadi Contacts
Commits
ffaed6af
Commit
ffaed6af
authored
Feb 03, 2016
by
Laurent Montel
Browse files
Move in subdirectory
parent
9202106a
Changes
2
Hide whitespace changes
Inline
Side-by-side
akonadi-contact/CMakeLists.txt
View file @
ffaed6af
...
...
@@ -79,11 +79,6 @@ install(FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/akonadi-contact_version.h
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
COMPONENT Devel
)
if
(
BUILD_TESTING
)
add_subdirectory
(
src/editor/autotests
)
add_subdirectory
(
src/editor/addresseditor/autotests/
)
add_subdirectory
(
src/editor/addresseditor/tests
)
endif
()
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
...
...
akonadi-contact/src/CMakeLists.txt
View file @
ffaed6af
...
...
@@ -245,5 +245,12 @@ install( FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
/akonadi/contact COMPONENT Devel
)
if
(
BUILD_TESTING
)
add_subdirectory
(
editor/autotests
)
add_subdirectory
(
editor/addresseditor/autotests/
)
add_subdirectory
(
editor/addresseditor/tests
)
endif
()
add_subdirectory
(
editor/addresseditor/html
)
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