summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
blob: 7009c613f6e96ec9cb27effed1146aae20edf0a3 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE=subdirs
CONFIG += ordered
SUBDIRS += installerbuilder examples


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