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
e535cc01
Commit
e535cc01
authored
Apr 23, 2017
by
Laurent Montel
😁
Browse files
Move in top level
parent
b819a55d
Changes
9
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e535cc01
...
...
@@ -75,6 +75,7 @@ endif(BUILD_TESTING)
add_subdirectory
(
src
)
add_subdirectory
(
kcm
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
...
...
src/
Messages.sh
→
Messages.sh
View file @
e535cc01
File moved
src/
kcm/CMakeLists.txt
→
kcm/CMakeLists.txt
View file @
e535cc01
...
...
@@ -6,8 +6,8 @@ set(kcm_akonadicontact_actions_SRCS
ki18n_wrap_ui
(
kcm_akonadicontact_actions_SRCS akonadicontactactions.ui
)
configure_file
(
..
/actions/contactactionssettings.kcfg.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/contactactionssettings.kcfg @ONLY
)
kconfig_add_kcfg_files
(
kcm_akonadicontact_actions_SRCS
..
/actions/contactactionssettings.kcfgc
)
configure_file
(
${
Akonadi-Contact_SOURCE_DIR
}
/src
/actions/contactactionssettings.kcfg.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/contactactionssettings.kcfg @ONLY
)
kconfig_add_kcfg_files
(
kcm_akonadicontact_actions_SRCS
${
Akonadi-Contact_SOURCE_DIR
}
/src
/actions/contactactionssettings.kcfgc
)
add_library
(
kcm_akonadicontact_actions MODULE
${
kcm_akonadicontact_actions_SRCS
}
)
...
...
src/
kcm/Messages.sh
→
kcm/Messages.sh
View file @
e535cc01
File moved
src/
kcm/akonadicontact_actions.desktop
→
kcm/akonadicontact_actions.desktop
View file @
e535cc01
File moved
src/
kcm/akonadicontactactions.ui
→
kcm/akonadicontactactions.ui
View file @
e535cc01
File moved
src/
kcm/kcmakonadicontactactions.cpp
→
kcm/kcmakonadicontactactions.cpp
View file @
e535cc01
File moved
src/
kcm/kcmakonadicontactactions.h
→
kcm/kcmakonadicontactactions.h
View file @
e535cc01
File moved
src/CMakeLists.txt
View file @
e535cc01
set
(
AKONADI_PHONE_DIAL_DEFAULT
"UseSkype"
)
set
(
AKONADI_SEND_SMS_DEFAULT
"UseSkypeSms"
)
add_subdirectory
(
kcm
)
add_subdirectory
(
editor/im
)
########### next target ###############
...
...
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