9 lines
191 B
Prolog
Executable File
9 lines
191 B
Prolog
Executable File
TEMPLATE = subdirs
|
|
SUBDIRS = cli test gui
|
|
CONFIG += ordered
|
|
|
|
# check target - build and run tests
|
|
check.depends = sub-test
|
|
check.commands = $$PWD/test/debug/test
|
|
QMAKE_EXTRA_TARGETS += check
|