summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-03-23 13:26:48 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-03-23 13:26:48 (GMT)
commit6801a97671f64ef30ab312b38d16abc964ad6ac5 (patch)
tree88961d7b5af2f51201550158f468dcf722f88fae
parent711d3614ed64b2e962e07f7070d9834f85231ab5 (diff)
downloadQt-6801a97671f64ef30ab312b38d16abc964ad6ac5.zip
Qt-6801a97671f64ef30ab312b38d16abc964ad6ac5.tar.gz
Qt-6801a97671f64ef30ab312b38d16abc964ad6ac5.tar.bz2
Minehunt readme was missing a step.
-rw-r--r--demos/declarative/minehunt/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/README b/demos/declarative/minehunt/README
index 7379dcf..1b6cf81 100644
--- a/demos/declarative/minehunt/README
+++ b/demos/declarative/minehunt/README
@@ -1,3 +1,5 @@
+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.