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/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-12-30 02:50:22 +0400
committerFelix Geyer <debfx@fobos.de>2011-12-30 02:50:22 +0400
commit752c720226cbd7ed280298e08a2ab628bf9f1cc2 (patch)
tree46a91e3c7d240660dde937746f995200b3fb1a2a /src
parentccdeadfd2ac1be8234db3482f2037d73f9fd5d9f (diff)
Install the keepassx binary and database icons.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 21c99d805..10eb8fd83 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -104,3 +104,4 @@ add_library( keepassx_core STATIC ${keepassx_SOURCES} )
add_executable( ${PROGNAME} WIN32 MACOSX_BUNDLE main.cpp )
target_link_libraries( ${PROGNAME} keepassx_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${GCRYPT_LIBRARIES} ${ZLIB_LIBRARIES} )
+install(TARGETS ${PROGNAME} DESTINATION ${BIN_INSTALL_DIR})