Added user and system path for QT_CONFIG, added meego policy file, updated meego rules file, removed now useless Meego Res.txt file

This commit is contained in:
Xawotihs
2011-08-21 18:55:16 +00:00
parent cb0f2b373f
commit 024c30d909
5 changed files with 84 additions and 19 deletions

View File

@@ -103,6 +103,9 @@ JFileSystem::JFileSystem(const string & _userPath, const string & _systemPath)
#elif defined (ANDROID)
userPath = "/sdcard/Wagic/Res/";
systemPath = "";
#elif defined (QT_CONFIG)
userPath = USERDIR;
systemPath = RESDIR;
#else
//Find the Res.txt file and matching Res folders for backwards compatibility
ifstream mfile("Res.txt");