2010-02-01 14:10:06 +00:00
|
|
|
# USE .subdir AND .depends !
|
|
|
|
# OTHERWISE PLUGINS WILL BUILD IN WRONG ORDER (DIRECTORIES ARE COMPILED IN PARALLEL)
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2010-03-21 13:44:00 +00:00
|
|
|
SUBDIRS = plugin_coreplugin
|
2010-03-08 01:45:42 +00:00
|
|
|
|
|
|
|
# Blank Template Plugin, not compiled by default
|
2010-03-08 02:22:21 +00:00
|
|
|
#SUBDIRS += plugin_donothing
|
|
|
|
#plugin_donothing.subdir = donothing
|
|
|
|
#plugin_donothing.depends = plugin_coreplugin
|
2010-03-08 01:45:42 +00:00
|
|
|
|
|
|
|
# Core Plugin
|
2010-02-01 14:10:06 +00:00
|
|
|
plugin_coreplugin.subdir = coreplugin
|
|
|
|
|
2010-03-08 01:45:42 +00:00
|
|
|
# Welcome Plugin
|
2010-02-01 14:10:06 +00:00
|
|
|
plugin_welcome.subdir = welcome
|
|
|
|
plugin_welcome.depends = plugin_coreplugin
|
2010-03-21 13:44:00 +00:00
|
|
|
SUBDIRS += plugin_welcome
|
2010-02-01 14:10:06 +00:00
|
|
|
|
2010-04-11 21:08:46 +00:00
|
|
|
# RawHID connection plugin
|
2010-03-15 22:09:47 +00:00
|
|
|
SUBDIRS += plugin_rawhid
|
|
|
|
plugin_rawhid.subdir = rawhid
|
|
|
|
plugin_rawhid.depends = plugin_coreplugin
|
|
|
|
|
2010-04-11 21:08:46 +00:00
|
|
|
# Serial port connection plugin
|
|
|
|
SUBDIRS += plugin_serial
|
|
|
|
plugin_serial.subdir = serialconnection
|
|
|
|
plugin_serial.depends = plugin_coreplugin
|
|
|
|
|
2010-03-10 13:25:12 +00:00
|
|
|
# UAVObjects plug-in
|
2010-03-11 21:41:19 +00:00
|
|
|
SUBDIRS += plugin_uavobjects
|
|
|
|
plugin_uavobjects.subdir = uavobjects
|
|
|
|
plugin_uavobjects.depends = plugin_coreplugin
|
2010-03-10 13:25:12 +00:00
|
|
|
|
|
|
|
# UAVTalk plug-in
|
2010-03-11 21:41:19 +00:00
|
|
|
SUBDIRS += plugin_uavtalk
|
|
|
|
plugin_uavtalk.subdir = uavtalk
|
|
|
|
plugin_uavtalk.depends = plugin_uavobjects
|
|
|
|
plugin_uavtalk.depends += plugin_coreplugin
|
2010-03-10 13:25:12 +00:00
|
|
|
|
2010-03-19 17:35:07 +00:00
|
|
|
# Empty UAVGadget
|
|
|
|
plugin_emptygadget.subdir = emptygadget
|
|
|
|
plugin_emptygadget.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_emptygadget
|
|
|
|
|
|
|
|
# Map UAVGadget
|
2010-03-21 13:44:00 +00:00
|
|
|
plugin_map.subdir = map
|
|
|
|
plugin_map.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_map
|
2010-03-19 17:35:07 +00:00
|
|
|
|
|
|
|
# Scope UAVGadget
|
2010-03-21 13:44:00 +00:00
|
|
|
plugin_scope.subdir = scope
|
|
|
|
plugin_scope.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_scope
|
2010-03-19 17:35:07 +00:00
|
|
|
|
2010-03-31 13:35:04 +00:00
|
|
|
# ModelView UAVGadget
|
|
|
|
plugin_modelview.subdir = modelview
|
|
|
|
plugin_scope.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_modelview
|
|
|
|
|
2010-04-07 19:50:02 +00:00
|
|
|
# UAVObject Browser Gadget
|
|
|
|
plugin_uavobjectbrowser.subdir = uavobjectbrowser
|
|
|
|
plugin_uavobjectbrowser.depends = plugin_coreplugin
|
|
|
|
plugin_uavobjectbrowser.depends = plugin_uavobjects
|
|
|
|
SUBDIRS += plugin_uavobjectbrowser
|
|
|
|
|
2010-04-10 23:01:59 +00:00
|
|
|
#Uploader Gadget
|
|
|
|
plugin_uploader.subdir = uploader
|
|
|
|
plugin_uploader.depends = plugin_coreplugin
|
|
|
|
SUBDIRS += plugin_uploader
|