mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/plugins.pro: Commented out map and scope gadget while looking into windows build errors.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@342 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
2f4c8cb39b
commit
84ca5fd978
@ -40,13 +40,13 @@ plugin_emptygadget.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_emptygadget
|
||||
|
||||
# Map UAVGadget
|
||||
plugin_map.subdir = map
|
||||
plugin_map.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_map
|
||||
#plugin_map.subdir = map
|
||||
#plugin_map.depends = plugin_coreplugin
|
||||
#SUBDIRS += plugin_map
|
||||
|
||||
# Scope UAVGadget
|
||||
plugin_scope.subdir = scope
|
||||
plugin_scope.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_scope
|
||||
#plugin_scope.subdir = scope
|
||||
#plugin_scope.depends = plugin_coreplugin
|
||||
#SUBDIRS += plugin_scope
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user