Fix calling qdbus by using qt5-current name qdbus-qt5

Authored by kossebau on Sep 19 2018, 6:12 PM.

Description

Fix calling qdbus by using qt5-current name qdbus-qt5

Summary:
Due to Qt not providing OOTB support for parallel installation of different
base versions (like Qt4 and Qt5), Linux distributions have separated into
different approaches how to name the Qt tools like qmake and qdbus.
Many use -qt4 and -qt5 suffixes and link the normal name to a variant, e.g.
controlled by a custom tool qtchooser. Others kept the Qt4 versions to stay
with the names, and only added a suffix -qt5 to the new ones.

Test Plan:
There is no longer a warning about missing qtdbus in the embedded konsole on
opening. The commands like search! & Co. work again.

Reviewers: KDevelop, lbeltrame, fvogt, jriddell, kfunk

Subscribers: kfunk, kdevelop-devel

Tags: KDevelop

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

Details

Committed
kossebauOct 4 2018, 8:01 PM
Differential Revision
D15606: Fix calling qdbus by using qt5-current name qdbus-qt5
Parents
R32:300b910eee3e: Minor: Fix stale TODO comment
Branches
Unknown
Tags
Unknown