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
a21e8b9d
Commit
a21e8b9d
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: we still depend against qt5.14 which doesn't have Qt:: support :(
parent
b0bc30bb
Pipeline
#49315
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
a21e8b9d
...
...
@@ -197,7 +197,7 @@ target_link_libraries(kalarm_bin
)
if
(
Qt5X11Extras_FOUND
)
target_link_libraries
(
kalarm_bin Qt::X11Extras
${
X11_X11_LIB
}
)
target_link_libraries
(
kalarm_bin Qt
5
::X11Extras
${
X11_X11_LIB
}
)
endif
()
...
...
src/autostart/CMakeLists.txt
View file @
a21e8b9d
...
...
@@ -21,7 +21,7 @@ add_executable(kalarmautostart ${kalarmautostart_SRCS})
target_link_libraries
(
kalarmautostart
KF5::I18n
KF5::CoreAddons
Qt::Widgets
Qt::DBus
)
Qt
5
::Widgets
Qt
5
::DBus
)
install
(
TARGETS kalarmautostart
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
Write
Preview
Supports
Markdown
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