Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Akonadi Contacts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Akonadi Contacts
Commits
e535cc01
Commit
e535cc01
authored
Apr 23, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move in top level
parent
b819a55d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-0
Messages.sh
Messages.sh
+0
-0
kcm/CMakeLists.txt
kcm/CMakeLists.txt
+2
-2
kcm/Messages.sh
kcm/Messages.sh
+0
-0
kcm/akonadicontact_actions.desktop
kcm/akonadicontact_actions.desktop
+0
-0
kcm/akonadicontactactions.ui
kcm/akonadicontactactions.ui
+0
-0
kcm/kcmakonadicontactactions.cpp
kcm/kcmakonadicontactactions.cpp
+0
-0
kcm/kcmakonadicontactactions.h
kcm/kcmakonadicontactactions.h
+0
-0
src/CMakeLists.txt
src/CMakeLists.txt
+0
-1
No files found.
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
Markdown
is supported
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