mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
Switching on GXS by default.
switching rs data directory to ./retroshare6 for the moment. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6701 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a6cf738371
commit
561cfcf189
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ CONFIG += test_voip
|
|||
|
||||
#GXS Stuff.
|
||||
# This should be disabled for releases until further notice.
|
||||
#CONFIG += gxs debug
|
||||
CONFIG += gxs debug
|
||||
|
||||
profiling {
|
||||
QMAKE_CXXFLAGS -= -fomit-frame-pointer
|
||||
|
|
|
@ -806,7 +806,7 @@ bool RsInit::setupBaseDir()
|
|||
return false ;
|
||||
}
|
||||
RsInitConfig::basedir = h;
|
||||
RsInitConfig::basedir += "/.retroshare";
|
||||
RsInitConfig::basedir += "/.retroshare6";
|
||||
#else
|
||||
if (RsInitConfig::portable) {
|
||||
// use directory "Data" in portable version
|
||||
|
@ -844,7 +844,7 @@ bool RsInit::setupBaseDir()
|
|||
std::cerr << "Cannot Create BaseConfig Dir" << std::endl;
|
||||
return false ;
|
||||
}
|
||||
RsInitConfig::basedir += "\\RetroShare";
|
||||
RsInitConfig::basedir += "\\RetroShare6";
|
||||
}
|
||||
#endif
|
||||
/******************************** WINDOWS/UNIX SPECIFIC PART ******************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue