1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Activate Modelview plugin with QT4.8

This commit is contained in:
Laurent Ribon 2012-03-14 19:57:50 +01:00
parent 5eeafa227c
commit a636abef43

View File

@ -69,15 +69,13 @@ plugin_uavobjectbrowser.depends = plugin_coreplugin
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
}
!contains(QT_VERSION, ^4\\.8\\..*) {
#Notify gadget
plugin_notify.subdir = notify
plugin_notify.depends = plugin_coreplugin