mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Fix combination on multiple cores with the debuggadget
This commit is contained in:
parent
eb5e053a3e
commit
c6bf1845a3
@ -2,7 +2,7 @@ TEMPLATE = lib
|
||||
TARGET = DebugGadget
|
||||
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../libs/libqxt/core/logengines.pri)
|
||||
HEADERS += debugplugin.h \
|
||||
debugengine.h
|
||||
|
@ -19,10 +19,9 @@ plugin_emptygadget.subdir = emptygadget
|
||||
plugin_emptygadget.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_emptygadget
|
||||
|
||||
# UAV Settings Import/Export plugin
|
||||
# Debug Gadget plugin
|
||||
plugin_debuggadget.subdir = debuggadget
|
||||
#plugin_debughelper.depends = plugin_coreplugin
|
||||
#plugin_debughelper.depends += plugin_uavobjects
|
||||
plugin_debuggadget.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_debuggadget
|
||||
|
||||
# Welcome plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user