Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
f5e90397
Commit
f5e90397
authored
Apr 19, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't build win32 plugins or apple plugins when not necessary
parent
365477c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
akonadi-import-wizard/CMakeLists.txt
akonadi-import-wizard/CMakeLists.txt
+8
-4
No files found.
akonadi-import-wizard/CMakeLists.txt
View file @
f5e90397
...
...
@@ -2,8 +2,12 @@ add_definitions(-DTRANSLATION_DOMAIN=\"importwizard_plugins\")
add_subdirectory
(
evolutionv1
)
add_subdirectory
(
evolutionv2
)
add_subdirectory
(
geary
)
add_subdirectory
(
mailapp
)
add_subdirectory
(
oe
)
if
(
APPLE
)
add_subdirectory
(
mailapp
)
endif
()
add_subdirectory
(
opera
)
add_subdirectory
(
pmail
)
add_subdirectory
(
thebat
)
if
(
WIN32
)
add_subdirectory
(
pmail
)
add_subdirectory
(
thebat
)
add_subdirectory
(
oe
)
endif
()
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