Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
65afc719
Commit
65afc719
authored
Mar 17, 2012
by
David Jarvie
Browse files
Remove useless compiler parameter
parent
79a6ac2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
65afc719
...
...
@@ -15,7 +15,6 @@ option(KALARM_USE_KRESOURCES "Build to use KResources" OFF)
set
(
USE_KRESOURCES false
)
if
(
KALARM_USE_KRESOURCES AND NOT KDEPIM_NO_KRESOURCES
)
set
(
USE_KRESOURCES true
)
add_definitions
(
-DUSE_KRESOURCES
)
add_definitions
(
-DWANT_DEPRECATED_KCAL_API
)
add_definitions
(
-DWANT_DEPRECATED_KRESOURCE_API
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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