Link -lrt library on Linux

This is needed for linking on newer Linux distribs, see http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
This commit is contained in:
Wladimir J. van der Laan 2012-03-14 07:39:42 +01:00
parent e318b99d99
commit 30dfc64f48
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ windows:RC_FILE = src/qt/res/bitcoin-qt.rc
!windows:!mac {
DEFINES += LINUX
LIBS += -lrt
}
macx:HEADERS += src/qt/macdockiconhandler.h