mirror of https://github.com/nymea/nymea.git
don't build mock plugin if testing is disabled
parent
4c4bafa287
commit
eb8cad0440
|
|
@ -1,8 +1,9 @@
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS += elro \
|
||||
intertechno \
|
||||
SUBDIRS += \
|
||||
mock \
|
||||
networkdetector \
|
||||
elro \
|
||||
intertechno \
|
||||
networkdetector \
|
||||
conrad \
|
||||
openweathermap \
|
||||
lircd \
|
||||
|
|
@ -30,3 +31,6 @@ SUBDIRS += elro \
|
|||
senic \
|
||||
gpio \
|
||||
|
||||
disabletesting {
|
||||
SUBDIRS -= mock
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue