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

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

include (doc/doc.pri)