aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index fc65149..57b1764 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -17,5 +17,12 @@ inst_examples.path = $$IDE_PLUGIN_PATH/python
inst_examples.CONFIG += no_default_install directory
INSTALLS += inst_examples
-copyexamples.depends += install_inst_examples
+inst_examplefiles.files = \
+ examples_common.py
+
+inst_examplefiles.path = $$IDE_PLUGIN_PATH/python
+inst_examplefiles.CONFIG += no_default_install
+INSTALLS += inst_examplefiles
+
+copyexamples.depends += install_inst_examples install_inst_examplefiles
QMAKE_EXTRA_TARGETS += copyexamples