mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added -lgnome-keyring to unix LIBS when rs_autologin is set
This commit is contained in:
parent
bfe8e40a8a
commit
5f12b6076d
@ -27,6 +27,10 @@ linux-* {
|
||||
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
|
||||
|
||||
LIBS *= -rdynamic
|
||||
|
||||
rs_autologin {
|
||||
LIBS *= -lgnome-keyring
|
||||
}
|
||||
}
|
||||
|
||||
unix {
|
||||
|
Loading…
Reference in New Issue
Block a user