D23149: Only build tests when DBus is available

Volker Krause noreply at phabricator.kde.org
Wed Aug 14 14:48:17 BST 2019


vkrause added inline comments.

INLINE COMMENTS

> CMakeLists.txt:127
>  add_subdirectory(src)
> -if (BUILD_TESTING)
> +if (TARGET QT5::DBus AND BUILD_TESTING)
>      add_subdirectory(autotests)

Qt5::DBus, not sure if this is case-sensitive, if it is this would disable the tests for everyone I think. Apart from that, +2.

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D23149

To: nicolasfella, bcooksley, broulik, bruns, #frameworks
Cc: vkrause, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190814/4babef89/attachment.html>


More information about the Kde-frameworks-devel mailing list