- Moved the resource URL inside the QML app

- Updated local path for all the platforms
- Fixed local path creation problem on Linux
This commit is contained in:
Xawotihs
2012-01-06 23:54:57 +00:00
parent 1f3aedcd3f
commit d9625ed034
7 changed files with 46 additions and 16 deletions
+3 -1
View File
@@ -78,7 +78,9 @@ WagicCore::~WagicCore()
m_launcher = NULL;
}
m_engine->SetApp(NULL);
if(m_engine)
m_engine->SetApp(NULL);
if (m_app)
{
m_app->Destroy();