diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 06:26:11 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 06:26:11 (GMT) |
commit | 5e9fd297dc7fdc0a96809d3533e6fada4a31fb62 (patch) | |
tree | d52419cd737ac09defcdc8714495028ffb86c077 /demos/declarative | |
parent | 942a605a52dbbd6dfa824e3b76e37576c7d79f6e (diff) | |
download | Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.zip Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.tar.gz Qt-5e9fd297dc7fdc0a96809d3533e6fada4a31fb62.tar.bz2 |
Add running of examples to quality gate.
Fix broken examples too.
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/photoviewer/photoviewer.qml | 2 | ||||
-rw-r--r-- | demos/declarative/samegame/samegame.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/photoviewer/photoviewer.qml b/demos/declarative/photoviewer/photoviewer.qml index 569e1ba..4094294 100644 --- a/demos/declarative/photoviewer/photoviewer.qml +++ b/demos/declarative/photoviewer/photoviewer.qml @@ -1,5 +1,5 @@ import Qt 4.7 -import "PhotoViewerCore" 1.0 +import "PhotoViewerCore" Rectangle { id: mainWindow diff --git a/demos/declarative/samegame/samegame.qml b/demos/declarative/samegame/samegame.qml index 9c3e26d..94f5c24 100644 --- a/demos/declarative/samegame/samegame.qml +++ b/demos/declarative/samegame/samegame.qml @@ -1,5 +1,5 @@ import Qt 4.7 -import "SamegameCore" 1.0 +import "SamegameCore" import "SamegameCore/samegame.js" as Logic Rectangle { |