Move Qt5::DBus to the 'PRIVATE' link targets

Authored by krop on Sep 14 2018, 12:00 PM.

Description

Move Qt5::DBus to the 'PRIVATE' link targets

This is causing build issues in (at least) milou and marble.
When a target is public (ie: used in the api), it *must* be added to the
*Config.cmake.in file.

This is not the case here, the Qt5::DBus dependency is used privately.

Details

Committed
kropSep 14 2018, 12:00 PM
Parents
R290:869af7eb5682: Fix compile with strict compiler flags
Branches
Unknown
Tags
Unknown