CONFIG key to disable building tests.
--HG-- branch : develop
This commit is contained in:
parent
63151e5ca2
commit
06d88d66e5
19
src/src.pro
19
src/src.pro
|
@ -1,8 +1,17 @@
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = \
|
|
||||||
libs \
|
noTests{ # For enable run qmake with CONFIG+=noTests
|
||||||
app \
|
SUBDIRS = \
|
||||||
test
|
libs \
|
||||||
|
app
|
||||||
|
|
||||||
|
} else {
|
||||||
|
SUBDIRS = \
|
||||||
|
libs \
|
||||||
|
app \
|
||||||
|
test
|
||||||
|
|
||||||
|
test.depends = libs
|
||||||
|
}
|
||||||
|
|
||||||
app.depends = libs
|
app.depends = libs
|
||||||
test.depends = libs
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user