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
f5482a56
Commit
f5482a56
authored
Apr 08, 2014
by
Laurent Montel
Browse files
Move to src directory
parent
4ee0998c
Changes
24
Hide whitespace changes
Inline
Side-by-side
Messages.sh
View file @
f5482a56
#! /bin/sh
$XGETTEXT
*
.cpp
-o
$podir
/libkalarmcal.pot
$XGETTEXT
`
find
.
src
-name
"*.cpp"
-o
-name
"*.h"
|
grep
-v
"/tests"
`
-o
$podir
/libkalarmcal.pot
CMakeLists.txt
→
src/
CMakeLists.txt
View file @
f5482a56
...
...
@@ -48,7 +48,6 @@ generate_export_header(kalarmcal)
file
(
APPEND
"
${
CMAKE_CURRENT_BINARY_DIR
}
/kalarmcal_export.h"
"
\n
// This library was built to use Akonadi.
\n
// It must be rebuilt in order to use KResources.
\n
#ifdef KALARMCAL_USE_KRESOURCES
\n
#undef KALARMCAL_USE_KRESOURCES
\n
#endif
\n
"
)
target_link_libraries
(
kalarmcal
kcal
kholidays
kpimidentities
KF5::CoreAddons
...
...
alarmtext.cpp
→
src/
alarmtext.cpp
View file @
f5482a56
File moved
alarmtext.h
→
src/
alarmtext.h
View file @
f5482a56
File moved
collectionattribute.cpp
→
src/
collectionattribute.cpp
View file @
f5482a56
File moved
collectionattribute.h
→
src/
collectionattribute.h
View file @
f5482a56
File moved
compatibilityattribute.cpp
→
src/
compatibilityattribute.cpp
View file @
f5482a56
File moved
compatibilityattribute.h
→
src/
compatibilityattribute.h
View file @
f5482a56
File moved
datetime.cpp
→
src/
datetime.cpp
View file @
f5482a56
File moved
datetime.h
→
src/
datetime.h
View file @
f5482a56
File moved
eventattribute.cpp
→
src/
eventattribute.cpp
View file @
f5482a56
File moved
eventattribute.h
→
src/
eventattribute.h
View file @
f5482a56
File moved
identities.cpp
→
src/
identities.cpp
View file @
f5482a56
File moved
identities.h
→
src/
identities.h
View file @
f5482a56
File moved
kacalendar.cpp
→
src/
kacalendar.cpp
View file @
f5482a56
File moved
kacalendar.h
→
src/
kacalendar.h
View file @
f5482a56
File moved
kaevent.cpp
→
src/
kaevent.cpp
View file @
f5482a56
File moved
kaevent.h
→
src/
kaevent.h
View file @
f5482a56
File moved
karecurrence.cpp
→
src/
karecurrence.cpp
View file @
f5482a56
File moved
karecurrence.h
→
src/
karecurrence.h
View file @
f5482a56
File moved
Prev
1
2
Next
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