do not attempt to link phononexperimental :O

Authored by sitter on Nov 29 2018, 12:19 PM.

Description

do not attempt to link phononexperimental :O

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

Reviewers: broulik, apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D17234

Details

Committed
sitterNov 29 2018, 12:26 PM
Reviewer
apol
Differential Revision
D17234: do not attempt to link phononexperimental :O
Parents
R305:c897e52c99a1: GIT_SILENT Upgrade Qt5 version requirement to 5.9.0.
Branches
Unknown
Tags
Unknown