1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-2 temporarilly disable glc_lib (and moldeview) as it does not link with Qt 5.5.x

This commit is contained in:
Philippe Renon 2015-10-04 22:44:24 +02:00
parent d0d3a56292
commit f3b06daf4c
2 changed files with 0 additions and 7 deletions

View File

@ -7,7 +7,6 @@ SUBDIRS = \
qtconcurrent \
aggregation \
extensionsystem \
glc_lib \
utils \
opmapcontrol \
qwt \

View File

@ -77,12 +77,6 @@ plugin_uavobjectbrowser.depends = plugin_coreplugin
plugin_uavobjectbrowser.depends += plugin_uavobjects
SUBDIRS += plugin_uavobjectbrowser
# ModelView UAVGadget
plugin_modelview.subdir = modelview
plugin_modelview.depends = plugin_coreplugin
plugin_modelview.depends += plugin_uavobjects
SUBDIRS += plugin_modelview
#Qt 4.8.0 / phonon may crash on Mac, fixed in Qt 4.8.1, QTBUG-23128
macx:contains(QT_VERSION, ^4\\.8\\.0): CONFIG += disable_notify_plugin