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