Skip to content

Add missing `DBus` component in cmake-qt doc example

Thiago M. de C. Marques requested to merge TManhente/cmake:patch-1 into master

The original example was broken (even before MR !226 (merged)). Running CMake on it caused the following error:

error: Target "publisher" links to target "Qt5::DBus" but the target was not found.  Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

Merge request reports