aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README')
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README b/examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README
deleted file mode 100644
index eaa00fae37..0000000000
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame4/highscores/README
+++ /dev/null
@@ -1 +0,0 @@
-The SameGame example can interface with a simple PHP script to store XML high score data on a remote server. We do not have a publically accessible server available for this use, but if you have access to a PHP capable webserver you can copy the files (score_data.xml, score.php, score_style.xsl) to it and alter the highscore_server variable at the top of the samegame.js file to point to it.