Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
3377bd08
Commit
3377bd08
authored
Nov 14, 2020
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt5X11Extras dependency is not optional with X11
parent
cafbb417
Pipeline
#40852
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CMakeLists.txt
CMakeLists.txt
+3
-1
No files found.
CMakeLists.txt
View file @
3377bd08
...
...
@@ -56,7 +56,6 @@ set(KDEPIM_LIB_SOVERSION "5")
set
(
QT_REQUIRED_VERSION
"5.13.0"
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Gui Network Widgets
)
find_package
(
Qt5X11Extras NO_MODULE
)
set
(
MAILCOMMON_LIB_VERSION
"5.15.80"
)
set
(
CALENDARUTILS_LIB_VERSION
"5.15.80"
)
...
...
@@ -107,6 +106,9 @@ configure_file(kalarm-version-string.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kalarm-
if
(
NOT APPLE
)
find_package
(
X11
)
endif
()
if
(
X11_FOUND
)
find_package
(
Qt5X11Extras
${
QT_REQUIRED_VERSION
}
REQUIRED NO_MODULE
)
endif
()
set
(
CMAKE_MODULE_PATH
${
kalarm_SOURCE_DIR
}
/cmake/modules
${
ECM_MODULE_PATH
}
)
find_package
(
Xsltproc
)
set_package_properties
(
Xsltproc PROPERTIES DESCRIPTION
"XSLT processor from libxslt"
TYPE REQUIRED PURPOSE
"Required to generate D-Bus interfaces for all Akonadi resources."
)
...
...
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