mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 03:45:10 -04:00
Fix libupnp autodetection for qmake
This commit is contained in:
parent
12e556c204
commit
fe53ee4842
1 changed files with 2 additions and 0 deletions
|
@ -609,6 +609,8 @@ linux-* {
|
|||
isEmpty(RS_PLUGIN_DIR) : RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6"
|
||||
|
||||
QMAKE_LIBDIR *= "$$RS_LIB_DIR"
|
||||
QMAKE_LIBDIR += "$${PREFIX}/lib64"
|
||||
QMAKE_LIBDIR += "$${PREFIX}/lib/x86_64-linux-gnu"
|
||||
|
||||
rs_autologin {
|
||||
# try libsecret first since it is not limited to gnome keyring and libgnome-keyring is deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue