Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 -r6581def57942b1c1ef56a2f2feb74559946517b9 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) @@ -13,10 +13,10 @@ * */ // Qt +#include // Project #include "StorageGlobals.h" - /*! * \brief Storage * \details The container of the constant global variable withing Storage namespace members. @@ -42,7 +42,7 @@ // Settings #ifdef BUILD_FOR_POKY - const char *Settings_Path_Name = QDir::homePath() + ".conf/"; + const char *Settings_Path_Name = QDir::homePath().append("/.conf/").toLatin1().data(); #else // should be in the project application folder. [is tracking by git] const char *Settings_Path_Name = "/home/denali/Projects/application/resources/settings/";