Skip to content
GitLab
Menu
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
0dc73005
Commit
0dc73005
authored
Apr 11, 2014
by
Laurent Montel
😁
Browse files
Fix build
parent
98fc4139
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0dc73005
...
...
@@ -29,11 +29,11 @@ add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5955)
########### Find packages ###########
find_package
(
KF5KDELibs4Support
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KIO
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5PimIdentities
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Holidays
${
KF5_VERSION
}
CONFIG REQUIRED
)
if
(
${
CMAKE_SOURCE_DIR
}
STREQUAL
${
Akonadi-Notes
_SOURCE_DIR
}
)
if
(
${
CMAKE_SOURCE_DIR
}
STREQUAL
${
KAlarmCal
_SOURCE_DIR
}
)
find_package
(
KF5Akonadi CONFIG REQUIRED
)
find_package
(
KF5PimIdentities
${
KF5_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Holidays
${
KF5_VERSION
}
CONFIG REQUIRED
)
endif
()
########### Targets ###########
...
...
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