summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-11 15:52:44 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-11 15:52:44 +0100
commit2fbf4b5c2b245e841434c3264dac932ff2b540fa (patch)
treeae4dfd58c91962fa8838c6b7aa2e442721fe02cc
parent8e924832cdee1a73cba91ef3adeccc16fcc606c7 (diff)
Added note about webkit.
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 23c2090..2e2acf5 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-
This project contains quick tour of Qt 5.0, primarily focusing on its
graphical capabilities.
@@ -35,4 +34,14 @@ launcher instead.
> qmlscene main_lofi.qml
-It is possible to tweak the parameters of the main file also. \ No newline at end of file
+It is possible to tweak the parameters of the main file also.
+
+
+
+------------------------------------------------------------------------
+ Troubleshooting:
+
+For a -developer-build of Qt, the webkit plugin and QtWebProcess will
+be located inside the qtwebkit module, rather than inside QtBase, the plugin
+must be added to the QML import path and the path to QtWebProcess must be
+added to PATH for the demo to run.