From a33fc09a091f73ca3cc3192dfc88218883aed1c9 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 14 Sep 2018 13:52:32 +0200 Subject: 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 --- pythonextensions.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pythonextensions.pro') diff --git a/pythonextensions.pro b/pythonextensions.pro index 5d5804d..b884dd9 100644 --- a/pythonextensions.pro +++ b/pythonextensions.pro @@ -3,8 +3,13 @@ TEMPLATE = subdirs SUBDIRS += \ pythonextensions \ python \ - optional + optional \ + examples pythonextensions.subdir = plugins/pythonextensions optional.depends = pythonextensions + +copyexamples.CONFIG += recursive +copyexamples.recurse = examples +QMAKE_EXTRA_TARGETS += copyexamples -- cgit v1.2.3