aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md b/Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md
deleted file mode 100644
index 201846d89..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/qml/examples/controls/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-These examples were ported from [qtquickcontrols](git@gitorious.org:qt/qtquickcontrols.git).
-
-Only the basic ones were ported, in order to demonstrate how easy it is to create a full-fledged UI with Go and QML.
-
-There were a few more, but they that had native modules and those were omitted due to laziness.
-
-In order to run them you might need some extra Qt5 plugins. On Ubuntu those can be installed using this command:
- sudo apt-get install qtdeclarative5-controls-plugin qtdeclarative5-xmllistmodel-plugin