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 17:59:38 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-12 14:51:49 +0300
commit813c64a0552e4bbc604efc20714e61c6e884fda5 (patch)
tree5ffc507c1cef4d59bdfc7a82c6b67135990f3f28 /utils
parenta954e9a4d8b75187d125520f3b929ebc0491b701 (diff)
Port cmake files to Qt 5.
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index c4aa5fa91..6f0fa6359 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -18,7 +18,7 @@ include_directories(../src)
add_executable(kdbx-extract kdbx-extract.cpp)
target_link_libraries(kdbx-extract
keepassx_core
- ${QT_QTCORE_LIBRARY}
- ${QT_QTGUI_LIBRARY}
+ Qt5::Core
+ Qt5::Widgets
${GCRYPT_LIBRARIES}
${ZLIB_LIBRARIES})