aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-14 13:52:32 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-17 10:44:49 +0000
commita33fc09a091f73ca3cc3192dfc88218883aed1c9 (patch)
treee6368a2ed07364067934cd56a5a6038a9113e29d /README.md
parentebbaa352fcfac361479c56192ac6cba4dcc87efb (diff)
Add "copyexamples" make target for copying all the examples to the build
And remove examples/package.py, which is basically just a zip call anyhow. Change-Id: I70ae585f9919dc3e9a6fb8bfe8feee26c4b72ab1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b609d3f..657bf9b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ This plugin for QtCreator makes it possible to extend the QtCreator by
writing Python extensions. These extensions are simply Python packages,
so they are directories containing a `__init__.py` and any other Python
files necessary. They can be shared as zip archives, installed and managed
-through the included extension manager (which is a Python extension itself) and thus allow the QtCreator to be easily extended with custom functionality.
+through the included extension manager (which is a Python extension itself) and
+thus allow the QtCreator to be easily extended with custom functionality.
**WARNING:** This is a first draft / proof of concept and only offers
very limited functionality. There will still be many bugs and so far
@@ -72,6 +73,8 @@ After this, the plugin should be installed into the QtCreator version
you built in the previous steps. If this worked, you can now go ahead
and check out the `examples` folder and play with the provided example
Python extensions.
+You can copy all examples to the right location in the build directory by
+running `make copyexamples`.
Notice that depending on your configuration, you may need to add Clang
to your library paths for Shiboken to run. Achieve this by running the