don't build mock plugin if testing is disabled
This commit is contained in:
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user