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

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

include (doc/doc.pri)