aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 58de28647c08b567ec0d569aab6e38af5e1c1516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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