summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
blob: de1e7c93fee6e9311949c8323dfd20a1d08acef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE=subdirs
CONFIG += ordered
SUBDIRS += installerbuilder examples tools
mac:SUBDIRS -= examples

test.target = test
test.depends = $(TARGET)
test.commands = (cd installerbuilder && $(MAKE) test)

QMAKE_EXTRA_TARGETS += test

include (doc/doc.pri)