don't build mock plugin if testing is disabled

pull/135/head
Simon Stürz 2017-02-16 15:10:53 +01:00 committed by Michael Zanetti
parent 4c4bafa287
commit eb8cad0440
1 changed files with 7 additions and 3 deletions

View File

@ -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
}