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
Plasma
Plasma Workspace
Commits
34857ed1
Commit
34857ed1
authored
Apr 24, 2022
by
Volker Krause
Browse files
Qt6 build system fixes
Two recent changes and one issue initially missed.
parent
241c6976
Pipeline
#168338
passed with stage
in 11 minutes and 20 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kcms/colors/CMakeLists.txt
View file @
34857ed1
...
...
@@ -9,7 +9,7 @@ set(kcm_colors_SRCS
filterproxymodel.cpp
)
qt
5
_generate_dbus_interface
(
qt_generate_dbus_interface
(
accentColorService/accentColorService.h
org.kde.plasmashell.accentColor.xml
OPTIONS -M
...
...
@@ -29,7 +29,7 @@ set(plasma-accentcolor-service_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.plasmashell.accentColor.xml
)
qt
5
_add_dbus_adaptor
(
plasma-accentcolor-service_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.plasmashell.accentColor.xml
qt_add_dbus_adaptor
(
plasma-accentcolor-service_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.plasmashell.accentColor.xml
accentColorService/accentColorService.h AccentColorService
accentcolor_service_adaptor AccentColorServiceAdaptor
)
...
...
libkworkspace/LibKWorkspaceConfig.cmake.in
View file @
34857ed1
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt
5
Core "@QT_MIN_VERSION@")
find_dependency(Qt
@QT_MAJOR_VERSION@
Core "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LibKWorkspaceLibraryTargets.cmake")
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