aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-14 16:21:08 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-17 10:52:11 +0000
commit9e10b05850ee3a42513a334e66f61b37e02691e8 (patch)
tree471c09fb9ff584488a15453e528257b7e61e9075 /examples/examples.pro
parenta33fc09a091f73ca3cc3192dfc88218883aed1c9 (diff)
Remove unnecessary "setup.py" mechanism for initializing extensions
There already is the requirements.txt mechanism that takes care of pip installing in the right way. Setup for which this is not sufficient should be possible to do in the initialization code of the extension directly. Additionally the provided example was broken (e.g. didn't work with spaces in paths), and the whole mechanism had the encapsulation problem that the extensions themselves had before they were made modules/packages. Change-Id: I8692e26e65ec667267c7918e6edbd32f55534bc8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 58de286..fc65149 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -8,7 +8,6 @@ include($$IDE_SOURCE_TREE/qtcreator.pri)
inst_examples.files = \
macroexpander \
- numpysetup \
projects \
requirerequests \
smallmenu \