Merge from eugenesan/keepassx to implement 1.8.4.1 improvements

This commit is contained in:
Jonathan White 2016-04-03 10:25:01 -04:00
parent 175167b311
commit cbb1269b39
8 changed files with 91 additions and 8 deletions

View file

@ -153,6 +153,7 @@ find_package(Qt5Concurrent 5.2 REQUIRED)
find_package(Qt5Widgets 5.2 REQUIRED)
find_package(Qt5Test 5.2 REQUIRED)
find_package(Qt5LinguistTools 5.2 REQUIRED)
find_package(Qt5Network 5.2 REQUIRED)
set(CMAKE_AUTOMOC ON)
# Debian sets the the build type to None for package builds.