mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
fixed retroshare.pri
This commit is contained in:
parent
e6f1878f1f
commit
6a77d6b7bc
1 changed files with 6 additions and 3 deletions
|
@ -184,8 +184,9 @@ rs_use_native_dialogs:CONFIG -= no_rs_use_native_dialogs
|
||||||
|
|
||||||
# By default, use RNP lib for RFC4880 PGP management. If not, compilation will
|
# By default, use RNP lib for RFC4880 PGP management. If not, compilation will
|
||||||
# default to openpgp-sdk, which is old and unmaintained, so probably not very secure.
|
# default to openpgp-sdk, which is old and unmaintained, so probably not very secure.
|
||||||
CONFIG *=
|
CONFIG *= rs_rnplib
|
||||||
rs_no_openpgpsdk:CONFIG -= use_openpgpsdk
|
rs_no_rnplib:CONFIG -= rs_rnplib
|
||||||
|
rs_no_rnplib:CONFIG += rs_openpgpsdk
|
||||||
|
|
||||||
# To disable broadcast discovery append the following assignation to qmake
|
# To disable broadcast discovery append the following assignation to qmake
|
||||||
# command line "CONFIG+=no_rs_broadcast_discovery"
|
# command line "CONFIG+=no_rs_broadcast_discovery"
|
||||||
|
@ -872,7 +873,9 @@ rs_openpgpsdk {
|
||||||
openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro
|
openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro
|
||||||
libretroshare.depends += openpgpsdk
|
libretroshare.depends += openpgpsdk
|
||||||
message("Using OpenPGP-SDK for PGP")
|
message("Using OpenPGP-SDK for PGP")
|
||||||
} else {
|
}
|
||||||
|
|
||||||
|
rs_rnplib {
|
||||||
DEFINES += USE_RNP_LIB
|
DEFINES += USE_RNP_LIB
|
||||||
message("Using RNP lib for PGP")
|
message("Using RNP lib for PGP")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue