don't build mock plugin if testing is disabled

This commit is contained in:
Simon Stürz 2017-02-16 15:10:53 +01:00 committed by Michael Zanetti
parent 4c4bafa287
commit eb8cad0440

View File

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