Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-07-22 18:22:31 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-12 14:51:49 +0300
commit208b0f39e6ed8d8d6000c980ce3837a666b9bae9 (patch)
tree401a2f4fc574d89316858438590cf9d1ff949c7c /utils
parent5ad9edc3fd37e835ffc05f60851cc708e8143da5 (diff)
Adapt to QtConcurrent being a separate module now.
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 6f0fa6359..7988467fe 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -19,6 +19,7 @@ add_executable(kdbx-extract kdbx-extract.cpp)
target_link_libraries(kdbx-extract
keepassx_core
Qt5::Core
+ Qt5::Concurrent
Qt5::Widgets
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES})