dont warn if dbus is not found

This commit is contained in:
Patrick von Reth 2014-03-23 20:35:30 +01:00
parent 489d83d0db
commit cb85ec1598
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ else()
find_package(Qt5Core REQUIRED)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5Network REQUIRED)
find_package(Qt5DBus)
find_package(Qt5DBus QUIET)
include(ECMQt4To5Porting)
set(SNORE_SUFFIX "-qt5")
endif()