mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 18:29:02 -04:00
Merge pull request #2416 from howdy-partner/libupnp-detection-fix
Fix qmake library path on 64 bits linux
This commit is contained in:
commit
4b34c73cf8
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