Fix build with binutils gold

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@351 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2009-12-12 23:34:09 +00:00
parent a398bbad36
commit fd216f78d4
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ unix : !macx : !isEqual(QMAKE_WIN32,1){
INSTALLS += shareapp shararemime sharemimelnk sharepixmaps
contains(DEFINES,AUTOTYPE){
LIBS += -lXtst
LIBS += -lX11 -lXtst
SOURCES += lib/HelperX11.cpp lib/AutoTypeX11.cpp
HEADERS += lib/HelperX11.h lib/AutoTypeX11.h
}