added -lgnome-keyring to unix LIBS when rs_autologin is set

This commit is contained in:
csoler 2018-05-03 15:22:39 +02:00
parent bfe8e40a8a
commit 5f12b6076d
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -27,6 +27,10 @@ linux-* {
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
LIBS *= -rdynamic
rs_autologin {
LIBS *= -lgnome-keyring
}
}
unix {