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:
authorJonathan White <support@dmapps.us>2016-02-28 18:52:02 +0300
committerJonathan White <support@dmapps.us>2016-02-28 18:52:02 +0300
commit7f7753a004749997b931e1ee079ee316b1175f08 (patch)
treedc2cbd86e04435af091591d778c7c13c47844905 /utils
parentaba4fa94be64bf5556cb63b74ed8793f80734130 (diff)
Fixed various Qt5 changes in the http code
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 7988467fe..7512c607e 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(../src)
add_executable(kdbx-extract kdbx-extract.cpp)
target_link_libraries(kdbx-extract
keepassx_core
+ ${MHD_LIBRARIES}
Qt5::Core
Qt5::Concurrent
Qt5::Widgets