Re-register global D-Bus menu when restoring window from tray, resolves #271

This commit is contained in:
Janek Bevendorff 2017-02-09 15:28:52 +01:00 committed by Jonathan White
parent 38d64a34a1
commit 8a26cfad79
3 changed files with 40 additions and 2 deletions

View file

@ -166,6 +166,9 @@ find_package(Qt5Widgets 5.2 REQUIRED)
find_package(Qt5Test 5.2 REQUIRED)
find_package(Qt5LinguistTools 5.2 REQUIRED)
find_package(Qt5Network 5.2 REQUIRED)
if (UNIX AND NOT APPLE)
find_package(Qt5DBus 5.2 REQUIRED)
endif()
set(CMAKE_AUTOMOC ON)
# Debian sets the the build type to None for package builds.