mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35: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
@ -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…
Reference in New Issue
Block a user