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
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-05-26 18:20:32 +0400
committerFelix Geyer <debfx@fobos.de>2012-05-26 18:37:57 +0400
commitf43ad8d062074fc24e1e38c6259658d5d9857234 (patch)
tree0d6129ca36be0d916d4814f82d53af62bfec6b31 /tests/CMakeLists.txt
parentbbd039e48791f1bc53042c5c1c16d24b354c5a2d (diff)
Support copying username and password to the clipboard.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index dee9efe75..5a8350414 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -96,6 +96,10 @@ set(TEST_LIBRARIES
${ZLIB_LIBRARIES}
)
+if(UNIX AND NOT APPLE)
+ set(TEST_LIBRARIES ${TEST_LIBRARIES} ${QT_QTDBUS_LIBRARY})
+endif()
+
set(modeltest_SOURCRS modeltest.cpp)
qt4_wrap_cpp(modeltest_SOURCRS modeltest.h)
add_library(modeltest STATIC ${modeltest_SOURCRS})