D17234: do not attempt to link phononexperimental :anguished:
Harald Sitter
noreply at phabricator.kde.org
Thu Nov 29 12:21:52 GMT 2018
sitter created this revision.
sitter added a reviewer: broulik.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
sitter requested review of this revision.
REVISION SUMMARY
${PHONON_LIBS} as the name suggests links all libraries, that includes
the experimental library. it's not even used though.
move to imported target to avoid linking experimental and also get rid
of the include_directories call
TEST PLAN
➜ DESTDIR=x ninja install &> /dev/null; grep -ri phonon4qt5experimental x
x/usr/lib/x86_64-linux-gnu/cmake/KF5NotifyConfig/KF5NotifyConfigTargets-debug.cmake: IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "KF5::I18n;KF5::KIOWidgets;Phonon::phonon4qt5;Phonon::phonon4qt5experimental;Qt5::DBus"
with new code
`
➜ DESTDIR=x ninja install &> /dev/null; grep -ri phonon4qt5experimental x
REPOSITORY
R305 KNotifyConfig
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D17234
AFFECTED FILES
src/CMakeLists.txt
To: sitter, broulik
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181129/85bbdc5c/attachment.html>
More information about the Kde-frameworks-devel
mailing list