aboutsummaryrefslogtreecommitdiffstats
path: root/pythonextensions.pro
blob: b884dd9b7815d61844c02fae056b1bb04408b0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

SUBDIRS += \
    pythonextensions \
    python \
    optional \
    examples

pythonextensions.subdir = plugins/pythonextensions

optional.depends = pythonextensions

copyexamples.CONFIG += recursive
copyexamples.recurse = examples
QMAKE_EXTRA_TARGETS += copyexamples