mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Activate Modelview plugin with QT4.8
This commit is contained in:
parent
5eeafa227c
commit
a636abef43
@ -69,15 +69,13 @@ plugin_uavobjectbrowser.depends = plugin_coreplugin
|
|||||||
plugin_uavobjectbrowser.depends += plugin_uavobjects
|
plugin_uavobjectbrowser.depends += plugin_uavobjects
|
||||||
SUBDIRS += plugin_uavobjectbrowser
|
SUBDIRS += plugin_uavobjectbrowser
|
||||||
|
|
||||||
!contains(QT_VERSION, ^4\\.8\\..*) {
|
|
||||||
# Disable ModelView on 64-bit linux too
|
|
||||||
!linux-g++-64 {
|
|
||||||
# ModelView UAVGadget
|
# ModelView UAVGadget
|
||||||
plugin_modelview.subdir = modelview
|
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
|
||||||
}
|
|
||||||
|
!contains(QT_VERSION, ^4\\.8\\..*) {
|
||||||
#Notify gadget
|
#Notify gadget
|
||||||
plugin_notify.subdir = notify
|
plugin_notify.subdir = notify
|
||||||
plugin_notify.depends = plugin_coreplugin
|
plugin_notify.depends = plugin_coreplugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user