don't build mock plugin if testing is disabled
This commit is contained in:
parent
4c4bafa287
commit
eb8cad0440
@ -1,8 +1,9 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS += elro \
|
SUBDIRS += \
|
||||||
intertechno \
|
|
||||||
mock \
|
mock \
|
||||||
networkdetector \
|
elro \
|
||||||
|
intertechno \
|
||||||
|
networkdetector \
|
||||||
conrad \
|
conrad \
|
||||||
openweathermap \
|
openweathermap \
|
||||||
lircd \
|
lircd \
|
||||||
@ -30,3 +31,6 @@ SUBDIRS += elro \
|
|||||||
senic \
|
senic \
|
||||||
gpio \
|
gpio \
|
||||||
|
|
||||||
|
disabletesting {
|
||||||
|
SUBDIRS -= mock
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user