Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR

Authored by bruns on Sep 16 2018, 12:47 PM.

Description

Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR

Summary:
Although KDE_INSTALL_PYTHONBINDINGSDIR follows the the standard pattern
of KDE_INSTALL_<dir> for installation directories, it is not included
in the set of directories set by KDEInstallDirs.cmake.

INSTALL_DIR_SUFFIX does not specify a path but just a suffix and defaults
to "site-packages", i.e. the suffix used by some (but not all) distros.

Removing the (typically empty) optional argument from the function
invocation avoids confusion and allows to remove the parameter.

Test Plan: make

Reviewers: Frameworks, apol

Reviewed By: apol

Subscribers: apol, kde-frameworks-devel

Tags: Frameworks

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

Details

Committed
brunsSep 28 2018, 1:24 AM
Reviewer
apol
Differential Revision
D15558: Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
Parents
R244:4ede1d829247: Use QString's multi-arg with multiple string args
Branches
Unknown
Tags
Unknown