diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-03-02 14:55:17 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-03-02 14:55:17 (GMT) |
commit | 4eaa7599be17d0838f98e2bafb0f0c8a0787530e (patch) | |
tree | a94cfbc2b1cf09a542ee4e9635f8e7fb60bd4fcc /demos/declarative | |
parent | e16b33eefa365986f8e0d26c710cb7568bf9abff (diff) | |
download | Qt-4eaa7599be17d0838f98e2bafb0f0c8a0787530e.zip Qt-4eaa7599be17d0838f98e2bafb0f0c8a0787530e.tar.gz Qt-4eaa7599be17d0838f98e2bafb0f0c8a0787530e.tar.bz2 |
Add minehunt README
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/minehunt/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/README b/demos/declarative/minehunt/README new file mode 100644 index 0000000..7379dcf --- /dev/null +++ b/demos/declarative/minehunt/README @@ -0,0 +1,3 @@ +To run, simply load the minehunt.qml file with the qml runtime. + +Note that on X11, this demo has problems with the native graphicssystem. If you are using the X11 window system, please pass -graphicssystem raster to the qml binary. |