Updated linux Qt build

This commit is contained in:
ajochems
2016-06-15 18:00:02 +02:00
parent c99f19ae8a
commit 34b02acb1e
3 changed files with 279 additions and 10 deletions

View File

@@ -383,7 +383,8 @@ boost::filesystem::path static GetAutostartDir()
boost::filesystem::path static GetAutostartFilePath()
{
return GetAutostartDir() / ""+ COIN_NAME + ".desktop";
std::string filename (""+ COIN_NAME + ".desktop");
return GetAutostartDir() / filename;
}
bool GetStartOnSystemStartup()