Make target_link_libraries for kdeinit_dolphin PRIVATE

Authored by almiller on May 18 2018, 8:44 PM.

Description

Make target_link_libraries for kdeinit_dolphin PRIVATE

Summary:
There is no need to add all of kdeinit_dolphin's
dependencies (including the static archive) when
linking dolphin; kdemain is the only needed symbol.
Mark the link libraries PRIVATE to simplify the
link command for dolphin.

Reviewers: Dolphin, elvisangelaccio

Reviewed By: elvisangelaccio

Subscribers: asturmlechner, kfm-devel

Tags: Dolphin

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

Details

Committed
asturmlechnerMay 18 2018, 8:44 PM
Reviewer
elvisangelaccio
Differential Revision
D12931: Make target_link_libraries for kdeinit_dolphin PRIVATE
Parents
R318:b607091c3982: Remove main.cpp from dolphinstatic_SRCS
Branches
Unknown
Tags
Unknown