1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 02:07:23 +01:00
fwbuilder/fwbuilder3.pro
2009-12-19 17:19:38 +00:00

12 lines
271 B
Makefile

#-*- mode: makefile; tab-width: 4; -*-
#
TEMPLATE = subdirs
SUBDIRS = src doc
tests.commands = cd src && cd compiler_lib && cd unit_tests && qmake && make run; \
cd .. && cd .. && cd gui && unit_tests && qmake && make run
QMAKE_EXTRA_TARGETS += tests