mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
added -lgnome-keyring to unix LIBS when rs_autologin is set
This commit is contained in:
parent
bfe8e40a8a
commit
5f12b6076d
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ linux-* {
|
|||
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
|
||||
|
||||
LIBS *= -rdynamic
|
||||
|
||||
rs_autologin {
|
||||
LIBS *= -lgnome-keyring
|
||||
}
|
||||
}
|
||||
|
||||
unix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue