diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-14 00:56:25 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-14 00:57:00 (GMT) |
commit | b16e6e70529b8ef86734324c6c6a0e151ddf4bc8 (patch) | |
tree | 18c82661106ce859833d4cff7fe9d9d74bf879ab /demos/declarative/minehunt/README | |
parent | 3469fe05e4b04567598202fecc16c1decfb3ab63 (diff) | |
download | Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.zip Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.tar.gz Qt-b16e6e70529b8ef86734324c6c6a0e151ddf4bc8.tar.bz2 |
Minehunt cleanup/optimization.
Diffstat (limited to 'demos/declarative/minehunt/README')
-rw-r--r-- | demos/declarative/minehunt/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/README b/demos/declarative/minehunt/README index 1b6cf81..b9f1d2a 100644 --- a/demos/declarative/minehunt/README +++ b/demos/declarative/minehunt/README @@ -1,5 +1,3 @@ To compile the C++ part, do 'qmake && make'. Minehunt will not run properly if the C++ plugin is not compiled. 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. |