mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-15 16:39:43 -05:00
Adapt to QtConcurrent being a separate module now.
This commit is contained in:
parent
5ad9edc3fd
commit
208b0f39e6
5 changed files with 7 additions and 3 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue