- 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

View File

@@ -17,6 +17,9 @@ Rectangle {
PropertyChanges {
target: wagic; visible: false
}
PropertyChanges {
target:fileDownloader; url: "http://wagic.googlecode.com/files/core_017.zip"
}
},
State {
name: "NORMAL"