diff --git a/plugins/plugins.pro b/plugins/plugins.pro index d20b583..0223449 100644 --- a/plugins/plugins.pro +++ b/plugins/plugins.pro @@ -1,9 +1,9 @@ TEMPLATE = subdirs -SUBDIRS += fileserverplugin \ - helloworldplugin \ - proxyplugin \ - seriesplugin \ - wifilampplugin +exists(fileserverplugin/fileserverplugin.pro): SUBDIRS += fileserverplugin +exists(helloworldplugin/helloworldplugin.pro): SUBDIRS += helloworldplugin +exists(proxyplugin/proxyplugin.pro): SUBDIRS += proxyplugin +exists(seriesplugin/seriesplugin.pro): SUBDIRS += seriesplugin +exists(wifilampplugin/wifilampplugin.pro): SUBDIRS += wifilampplugin OTHER_FILES += plugin.pri