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
Network
KRDC
Commits
72ceb7bd
Commit
72ceb7bd
authored
Feb 11, 2022
by
Laurent Montel
😁
Browse files
Adapt build system for building against qt6
parent
9af3390b
Pipeline
#136208
passed with stage
in 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
72ceb7bd
...
...
@@ -21,7 +21,7 @@ include(ECMSetupVersion)
include
(
ECMQtDeclareLoggingCategory
)
include
(
FeatureSummary
)
find_package
(
Qt
5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS Core
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS Core
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
Config
...
...
core/CMakeLists.txt
View file @
72ceb7bd
...
...
@@ -46,4 +46,4 @@ set(krdccore_HDRS
install
(
FILES
${
krdccore_HDRS
}
DESTINATION
${
KDE_INSTALL_INCLUDEDIR
}
/krdc COMPONENT Devel
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/krdccore_export.h DESTINATION
${
KDE_INSTALL_INCLUDEDIR
}
COMPONENT Devel
)
install
(
FILES krdc.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
install
(
FILES krdc_plugin.desktop DESTINATION
${
KDE_INSTALL_KSERVICETYPES
5
DIR
}
)
install
(
FILES krdc_plugin.desktop DESTINATION
${
KDE_INSTALL_KSERVICETYPESDIR
}
)
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