WITH_XC_AUTOTYPE defaults to ON and WITH_XC_HTTP includes ALL networking

This commit is contained in:
Jonathan White 2017-03-02 18:44:01 -05:00
parent cdce9e27fb
commit 3139ae1528
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
4 changed files with 27 additions and 6 deletions

View file

@ -155,7 +155,7 @@ add_feature_info(Autotype WITH_XC_AUTOTYPE "Auto-type passwords in Input fields"
add_subdirectory(http)
if(WITH_XC_HTTP)
set(keepasshttp_LIB keepasshttp)
set(keepasshttp_LIB keepasshttp qhttp Qt5::Network)
endif()
add_subdirectory(autotype)
@ -196,11 +196,9 @@ target_link_libraries(keepassx_core
${keepasshttp_LIB}
${autotype_LIB}
zxcvbn
qhttp
Qt5::Core
Qt5::Concurrent
Qt5::Widgets
Qt5::Network
${GCRYPT_LIBRARIES}
${GPGERROR_LIBRARIES}
${ZLIB_LIBRARIES})