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
5c6651ba
Commit
5c6651ba
authored
Apr 21, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it compiles
parent
dc8c9178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
5c6651ba
...
...
@@ -3,6 +3,7 @@ project(kalarm)
if
(
${
CMAKE_SOURCE_DIR
}
STREQUAL
${
kalarm_SOURCE_DIR
}
)
cmake_minimum_required
(
VERSION 2.8.12
)
find_package
(
ECM 5.20.0 REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
kalarm_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
)
include
(
ECMInstallIcons
)
include
(
ECMOptionalAddSubdirectory
)
...
...
@@ -71,6 +72,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${kalarm_SOURCE_DIR})
find_package
(
KF5CalendarUtils
${
CALENDARUTILS_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
Boost 1.34.0
)
set_package_properties
(
Boost PROPERTIES DESCRIPTION
"Boost C++ Libraries"
URL
"http://www.boost.org"
TYPE REQUIRED PURPOSE
"Boost is required for building most KDEPIM applications"
)
add_definitions
(
-DQT_USE_QSTRINGBUILDER
)
if
(
NOT APPLE
)
...
...
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