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
Multimedia
libkcompactdisc
Commits
1f145a38
Commit
1f145a38
authored
Sep 14, 2020
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop no longer needed dependency on KCoreAddons
parent
53b679ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
CMakeLists.txt
+4
-1
KF5CompactDiscConfig.cmake.in
KF5CompactDiscConfig.cmake.in
+0
-1
src/CMakeLists.txt
src/CMakeLists.txt
+0
-1
No files found.
CMakeLists.txt
View file @
1f145a38
...
...
@@ -37,7 +37,10 @@ ecm_setup_version(
# Qt5, KF5 and Phonon Packages
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Core DBus
)
find_package
(
KF5
${
KF_MIN_VERSION
}
REQUIRED COMPONENTS CoreAddons Solid I18n
)
find_package
(
KF5
${
KF_MIN_VERSION
}
REQUIRED COMPONENTS
Solid
I18n
)
find_package
(
Phonon4Qt5 4.8.0 CONFIG REQUIRED
)
# Sources
...
...
KF5CompactDiscConfig.cmake.in
View file @
1f145a38
...
...
@@ -3,7 +3,6 @@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Core @QT5_REQUIRED_VERSION@)
find_dependency(Qt5DBus @QT5_REQUIRED_VERSION@)
find_dependency(KF5CoreAddons @KF5_REQUIRED_VERSION@)
find_dependency(KF5Solid @KF5_REQUIRED_VERSION@)
find_dependency(KF5I18n @KF5_REQUIRED_VERSION@)
find_dependency(Phonon4Qt5 4.8.0)
...
...
src/CMakeLists.txt
View file @
1f145a38
...
...
@@ -77,7 +77,6 @@ set_target_properties(KF5CompactDisc PROPERTIES
target_link_libraries
(
KF5CompactDisc
Qt5::DBus
KF5::CoreAddons
KF5::Solid
KF5::I18n
Phonon::phonon4qt5
...
...
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