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
37a38854
Commit
37a38854
authored
May 01, 2014
by
David Jarvie
Browse files
Rationalise
parent
192962c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
37a38854
...
...
@@ -15,13 +15,10 @@ set(kalarmcal_LIB_SRCS
datetime.cpp
repetition.cpp
version.cpp
)
set
(
kalarmcal_LIB_SRCS
${
kalarmcal_LIB_SRCS
}
collectionattribute.cpp
compatibilityattribute.cpp
eventattribute.cpp
)
)
add_library
(
KF5AlarmCalendar
${
kalarmcal_LIB_SRCS
}
)
...
...
@@ -36,7 +33,7 @@ target_link_libraries(KF5AlarmCalendar
KF5::CoreAddons
KF5::CalendarCore
KF5::AkonadiCore
)
)
set_target_properties
(
KF5AlarmCalendar PROPERTIES
VERSION
${
KALARMCAL_VERSION_STRING
}
...
...
@@ -72,7 +69,7 @@ install(FILES
kacalendar.h
version.h
${
KAlarmCal_HEADERS
}
${
KAlarmCal_CamelCase_HEADERS
}
DESTINATION
${
KF5_INCLUDE_INSTALL_DIR
}
/KAlarmCal
COMPONENT Devel
${
KAlarmCal_CamelCase_HEADERS
}
DESTINATION
${
KF5_INCLUDE_INSTALL_DIR
}
/KAlarmCal
COMPONENT Devel
)
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