mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
1885fb66c4
- Fixed crash after the second call to RsInit::InitRetroShare when keyring does not exist. The instance of AuthSSL was created twice and AuthGPG was deleted without stopping the thread. Stopped the AuthGPG thread on exit of RetroShare. - Added the correct path to the keyring for Windows in RsInit::copyGnuPGKeyrings. - Changed the detection of the portable version on Windows from the file "gpg.exe" to the file "portable". git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
10 lines
283 B
Prolog
10 lines
283 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
openpgpsdk/src/src.pro \
|
|
libbitdht/src/libbitdht.pro \
|
|
libretroshare/src/libretroshare.pro \
|
|
retroshare-gui/src/RetroShare.pro \
|
|
retroshare-nogui/src/retroshare-nogui.pro \
|
|
plugins/plugins.pro
|