Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
4930ff01
Commit
4930ff01
authored
Feb 15, 2012
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show message whenever cannot build KAlarm with selected Akonadi option
parent
353eba26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
4930ff01
...
...
@@ -11,8 +11,11 @@ if(${KDE_VERSION} VERSION_LESS 4.6.40)
endif
()
if
(
KALARM_USE_KRESOURCES AND KALARM_USE_AKONADI
)
message
(
STATUS
"Kalarmcal
was built withou
t Akonadi
support
. KAlarm will NOT be built with Akonadi support"
)
message
(
STATUS
"Kalarmcal
(in kdepimlibs) was built to use KResources, no
t Akonadi. KAlarm will NOT be built with Akonadi support
.
"
)
set
(
KALARM_USE_AKONADI FALSE
)
elseif
(
NOT KALARM_USE_KRESOURCES AND NOT KALARM_USE_AKONADI
)
message
(
STATUS
"Kalarmcal (in kdepimlibs) was built to use Akonadi, not KResources. KAlarm will be built WITH Akonadi support."
)
set
(
KALARM_USE_AKONADI TRUE
)
endif
()
if
(
KALARM_USE_AKONADI
)
...
...
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