valentina/src/src.pro
Roman Telezhynskyi 06d88d66e5 CONFIG key to disable building tests.
--HG--
branch : develop
2016-02-19 20:31:01 +02:00

18 lines
193 B
Prolog

TEMPLATE = subdirs
noTests{ # For enable run qmake with CONFIG+=noTests
SUBDIRS = \
libs \
app
} else {
SUBDIRS = \
libs \
app \
test
test.depends = libs
}
app.depends = libs