webradioplugin will be skipped if multimedia is not available

This commit is contained in:
0xFEEDC0DE64
2018-09-18 22:08:36 +02:00
committed by Daniel Brunner
parent 9f7af8487f
commit 29db99a918

View File

@@ -9,7 +9,8 @@ SUBDIRS += absenceplugin \
reportsplugin \ reportsplugin \
sketchplugin \ sketchplugin \
updaterplugin \ updaterplugin \
weatherplugin \ weatherplugin
webradioplugin qtHaveModule(multimedia): SUBDIRS += webradioplugin
else: message("multimedia is missing, will not build webradioplugin")
OTHER_FILES += plugin.pri OTHER_FILES += plugin.pri