mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Re-register global D-Bus menu when restoring window from tray, resolves #271
This commit is contained in:
parent
38d64a34a1
commit
8a26cfad79
3 changed files with 40 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue