Associate KeePassX with *.kdb on Linux

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@224 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-09-28 11:09:11 +00:00
parent c451d571c2
commit dc8b31e924
5 changed files with 30 additions and 10 deletions

View File

@@ -40,11 +40,9 @@ unix : !macx : !isEqual(QMAKE_WIN32,1){
target.path = $${PREFIX}/bin
data.files += ../share/keepassx
data.path = $${PREFIX}/share
pixmaps.files = ../share/pixmaps/*
pixmaps.path = $${PREFIX}/share/pixmaps
desktop.files = ../share/applications/*
desktop.path = $${PREFIX}/share/applications
INSTALLS += pixmaps desktop
share.files = ../share/applications ../share/mime ../share/mimelnk ../share/pixmaps
share.path = $${PREFIX}/share
INSTALLS += share
contains(DEFINES,AUTOTYPE){
LIBS += -lXtst
SOURCES += lib/HelperX11.cpp lib/AutoType_X11.cpp