Fixed various Qt5 changes in the http code

This commit is contained in:
Jonathan White
2016-02-28 10:52:02 -05:00
parent aba4fa94be
commit 7f7753a004
16 changed files with 77 additions and 71 deletions

View File

@@ -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