summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbuilder.pro
blob: c1621c68d68cf78969ebf9b673006c8293631180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += libinstaller installerbase binarycreator repogen archivegen tests

test.commands=(cd tests && $(MAKE) test)

test.target=test
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

TRANSLATIONS += installerbase/translations/de_de.ts \
    installerbase/translations/en_us.ts