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
K
KDE PIM Runtime
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
KDE PIM Runtime
Commits
ba5017ab
Commit
ba5017ab
authored
Apr 13, 2011
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify
parent
65846a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
21 deletions
+13
-21
resources/CMakeLists.txt
resources/CMakeLists.txt
+13
-21
No files found.
resources/CMakeLists.txt
View file @
ba5017ab
...
...
@@ -34,9 +34,6 @@ set( AKONADI_IMAPATTRIBUTES_SHARED_SOURCES
)
add_subdirectory
(
akonotes
)
if
(
NOT WINCE
)
add_subdirectory
(
birthdays
)
endif
(
NOT WINCE
)
add_subdirectory
(
contacts
)
macro_optional_add_subdirectory
(
dav
)
add_subdirectory
(
ical
)
...
...
@@ -46,19 +43,11 @@ if (KDEPIMLIBS_KRESOURCES_LIBS)
add_subdirectory
(
kcal
)
endif
(
KDEPIMLIBS_KRESOURCES_LIBS
)
macro_optional_add_subdirectory
(
kdeaccounts
)
if
(
NOT WINCE
)
add_subdirectory
(
knut
)
endif
(
NOT WINCE
)
add_subdirectory
(
kolabproxy
)
macro_optional_add_subdirectory
(
localbookmarks
)
if
(
NOT WINCE
)
add_subdirectory
(
mixedmaildir
)
endif
(
NOT WINCE
)
add_subdirectory
(
maildir
)
if
(
NOT WINCE
)
add_subdirectory
(
mailtransport_dummy
)
add_subdirectory
(
mbox
)
endif
(
NOT WINCE
)
macro_optional_add_subdirectory
(
microblog
)
macro_optional_add_subdirectory
(
openxchange
)
add_subdirectory
(
pop3
)
...
...
@@ -69,15 +58,18 @@ if ( NEPOMUK_FOUND )
endif
(
NEPOMUK_FOUND
)
endif
(
NOT WINCE
)
add_subdirectory
(
shared
)
if
(
NOT WINCE
)
add_subdirectory
(
nntp
)
add_subdirectory
(
birthdays
)
add_subdirectory
(
knut
)
add_subdirectory
(
mixedmaildir
)
add_subdirectory
(
mailtransport_dummy
)
add_subdirectory
(
mbox
)
add_subdirectory
(
nntp
)
add_subdirectory
(
vcarddir
)
add_subdirectory
(
agentserver
)
endif
(
NOT WINCE
)
add_subdirectory
(
vcard
)
if
(
NOT WINCE
)
add_subdirectory
(
vcarddir
)
endif
(
NOT WINCE
)
add_subdirectory
(
shared
)
if
(
WINCE
)
add_subdirectory
(
agentserver
)
endif
(
WINCE
)
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