mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
Disable ModelView with linux-g++-64 since it causes segfaults
This commit is contained in:
parent
2dbe747491
commit
68836b4a48
@ -70,12 +70,14 @@ plugin_uavobjectbrowser.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_uavobjectbrowser
|
||||
|
||||
!contains(QT_VERSION, ^4\\.8\\..*) {
|
||||
# Disable ModelView on 64-bit linux too
|
||||
!linux-g++-64 {
|
||||
# ModelView UAVGadget
|
||||
plugin_modelview.subdir = modelview
|
||||
plugin_modelview.depends = plugin_coreplugin
|
||||
plugin_modelview.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_modelview
|
||||
|
||||
}
|
||||
#Notify gadget
|
||||
plugin_notify.subdir = notify
|
||||
plugin_notify.depends = plugin_coreplugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user