mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
Disable ModelView on QT 4.8 until fixed.
This commit is contained in:
parent
f2e04f78b7
commit
9840f12658
@ -64,11 +64,13 @@ plugin_uavobjectbrowser.depends = plugin_coreplugin
|
||||
plugin_uavobjectbrowser.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_uavobjectbrowser
|
||||
|
||||
!contains(QT_VERSION, ^4\\.8\\..*) {
|
||||
# ModelView UAVGadget
|
||||
plugin_modelview.subdir = modelview
|
||||
plugin_modelview.depends = plugin_coreplugin
|
||||
plugin_modelview.depends += plugin_uavobjects
|
||||
SUBDIRS += plugin_modelview
|
||||
}
|
||||
|
||||
#Uploader gadget
|
||||
plugin_uploader.subdir = uploader
|
||||
|
Loading…
x
Reference in New Issue
Block a user