aboutsummaryrefslogtreecommitdiffstats
path: root/pythonextensions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pythonextensions.pro')
-rw-r--r--pythonextensions.pro7
1 files changed, 6 insertions, 1 deletions
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