Install the keepassx binary and database icons.

This commit is contained in:
Felix Geyer 2011-12-29 23:50:22 +01:00
parent ccdeadfd2a
commit 752c720226
3 changed files with 31 additions and 0 deletions

View file

@ -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})