CONFIG key to disable building tests.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-02-19 20:31:01 +02:00
parent 63151e5ca2
commit 06d88d66e5

View File

@ -1,8 +1,17 @@
TEMPLATE = subdirs TEMPLATE = subdirs
noTests{ # For enable run qmake with CONFIG+=noTests
SUBDIRS = \
libs \
app
} else {
SUBDIRS = \ SUBDIRS = \
libs \ libs \
app \ app \
test test
app.depends = libs
test.depends = libs test.depends = libs
}
app.depends = libs