diff --git a/plugins/deviceplugins/deviceplugins.pro b/plugins/deviceplugins/deviceplugins.pro index 97760bee..9db2356d 100644 --- a/plugins/deviceplugins/deviceplugins.pro +++ b/plugins/deviceplugins/deviceplugins.pro @@ -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 +}