mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Also disable notify plugin on Qt 4.8 until this is fixed. Causing runtime
error when opening options.
This commit is contained in:
parent
7ce4412916
commit
c1adbf37aa
@ -70,6 +70,12 @@ plugin_modelview.subdir = modelview
|
|||||||
plugin_modelview.depends = plugin_coreplugin
|
plugin_modelview.depends = plugin_coreplugin
|
||||||
plugin_modelview.depends += plugin_uavobjects
|
plugin_modelview.depends += plugin_uavobjects
|
||||||
SUBDIRS += plugin_modelview
|
SUBDIRS += plugin_modelview
|
||||||
|
|
||||||
|
#Notify gadget
|
||||||
|
plugin_notify.subdir = notify
|
||||||
|
plugin_notify.depends = plugin_coreplugin
|
||||||
|
plugin_notify.depends += plugin_uavobjects
|
||||||
|
SUBDIRS += plugin_notify
|
||||||
}
|
}
|
||||||
|
|
||||||
#Uploader gadget
|
#Uploader gadget
|
||||||
@ -97,12 +103,6 @@ plugin_systemhealth.depends = plugin_coreplugin
|
|||||||
plugin_systemhealth.depends += plugin_uavobjects
|
plugin_systemhealth.depends += plugin_uavobjects
|
||||||
SUBDIRS += plugin_systemhealth
|
SUBDIRS += plugin_systemhealth
|
||||||
|
|
||||||
#Notify gadget
|
|
||||||
plugin_notify.subdir = notify
|
|
||||||
plugin_notify.depends = plugin_coreplugin
|
|
||||||
plugin_notify.depends += plugin_uavobjects
|
|
||||||
SUBDIRS += plugin_notify
|
|
||||||
|
|
||||||
#Config gadget
|
#Config gadget
|
||||||
plugin_config.subdir = config
|
plugin_config.subdir = config
|
||||||
plugin_config.depends = plugin_coreplugin
|
plugin_config.depends = plugin_coreplugin
|
||||||
|
Loading…
Reference in New Issue
Block a user