diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-10 05:26:57 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-10 05:26:57 (GMT) |
commit | 6db08d1cfeb70bff5a114579fb2bfbde81310b64 (patch) | |
tree | 33b80b513d1b23e866bc8a8b33c6168f37b40912 /demos/declarative/samegame | |
parent | 3a9c0af7b2e4fcb818a2769ab61c3d70e2a2c952 (diff) | |
download | Qt-6db08d1cfeb70bff5a114579fb2bfbde81310b64.zip Qt-6db08d1cfeb70bff5a114579fb2bfbde81310b64.tar.gz Qt-6db08d1cfeb70bff5a114579fb2bfbde81310b64.tar.bz2 |
Use no-version-specified to mean any version (used to work, fixed again,
was only working with -1.-1 which looks silly)
Diffstat (limited to 'demos/declarative/samegame')
-rw-r--r-- | demos/declarative/samegame/SamegameCore/qmldir | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/declarative/samegame/SamegameCore/qmldir b/demos/declarative/samegame/SamegameCore/qmldir index a8f8a98..e17b1f5 100644 --- a/demos/declarative/samegame/SamegameCore/qmldir +++ b/demos/declarative/samegame/SamegameCore/qmldir @@ -1,3 +1,3 @@ -BoomBlock 0.0 BoomBlock.qml -Button 0.0 Button.qml -Dialog 0.0 Dialog.qml +BoomBlock BoomBlock.qml +Button Button.qml +Dialog Dialog.qml |