aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 0000000..58de286
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,22 @@
+# We cannot use qtcreatordata.pri for this, because that cannot be made "on request only"
+# so we use a "no_default_install" install target instead.
+
+TEMPLATE = aux
+
+include(../plugins/pythonextensions/qtcreator.pri)
+include($$IDE_SOURCE_TREE/qtcreator.pri)
+
+inst_examples.files = \
+ macroexpander \
+ numpysetup \
+ projects \
+ requirerequests \
+ smallmenu \
+ transform
+
+inst_examples.path = $$IDE_PLUGIN_PATH/python
+inst_examples.CONFIG += no_default_install directory
+INSTALLS += inst_examples
+
+copyexamples.depends += install_inst_examples
+QMAKE_EXTRA_TARGETS += copyexamples