Made plugin checkout optional
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user