mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1174 fixed GCS telemetry build dependency issue
This commit is contained in:
parent
4cee34a0ef
commit
40ed1fc570
@ -52,8 +52,9 @@ plugin_uavtalk.depends += plugin_coreplugin
|
||||
# Telemetry plugin
|
||||
SUBDIRS += plugin_telemetry
|
||||
plugin_telemetry.subdir = telemetry
|
||||
plugin_telemetry.depends = plugin_coreplugin
|
||||
plugin_telemetry.depends += plugin_uavobjectutil
|
||||
plugin_telemetry.depends += plugin_uavtalk
|
||||
plugin_telemetry.depends += plugin_coreplugin
|
||||
|
||||
# OPMap UAVGadget
|
||||
plugin_opmap.subdir = opmap
|
||||
@ -98,9 +99,9 @@ macx:contains(QT_VERSION, ^4\\.8\\.0): CONFIG += disable_notify_plugin
|
||||
plugin_uploader.subdir = uploader
|
||||
plugin_uploader.depends = plugin_coreplugin
|
||||
plugin_uploader.depends += plugin_uavobjects
|
||||
plugin_uploader.depends += plugin_uavobjectutil
|
||||
plugin_uploader.depends += plugin_uavtalk
|
||||
plugin_uploader.depends += plugin_opHID
|
||||
plugin_uploader.depends += plugin_uavobjectutil
|
||||
SUBDIRS += plugin_uploader
|
||||
|
||||
# Dial gadget
|
||||
|
@ -1,12 +1,11 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = Telemetry
|
||||
DEFINES += TELEMETRY_LIBRARY
|
||||
|
||||
QT += svg
|
||||
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../libs/version_info/version_info.pri)
|
||||
include(telemetry_dependencies.pri)
|
||||
include(../../libs/version_info/version_info.pri)
|
||||
|
||||
HEADERS += telemetry_global.h \
|
||||
telemetryplugin.h \
|
||||
@ -23,8 +22,6 @@ SOURCES += telemetryplugin.cpp \
|
||||
monitorgadgetfactory.cpp \
|
||||
monitorgadgetoptionspage.cpp
|
||||
|
||||
DEFINES += TELEMETRY_LIBRARY
|
||||
OTHER_FILES += Telemetry.pluginspec
|
||||
|
||||
RESOURCES += telemetry.qrc
|
||||
|
||||
OTHER_FILES += Telemetry.pluginspec
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(../../plugins/uavobjects/uavobjects.pri)
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/uavobjectutil/uavobjectutil.pri)
|
||||
include(../../plugins/uavtalk/uavtalk.pri)
|
||||
|
||||
|
@ -46,15 +46,14 @@ SOURCES += uploadergadget.cpp \
|
||||
SSP/qsspt.cpp \
|
||||
runningdevicewidget.cpp
|
||||
|
||||
OTHER_FILES += Uploader.pluginspec \
|
||||
OTHER_FILES += Uploader.pluginspec
|
||||
|
||||
FORMS += \
|
||||
uploader.ui \
|
||||
devicewidget.ui \
|
||||
runningdevicewidget.ui
|
||||
|
||||
RESOURCES += \
|
||||
uploader.qrc
|
||||
RESOURCES += uploader.qrc
|
||||
|
||||
exists( ../../../../../build/openpilotgcs-synthetics/opfw_resource.qrc ) {
|
||||
RESOURCES += ../../../../../build/openpilotgcs-synthetics/opfw_resource.qrc
|
||||
|
Loading…
x
Reference in New Issue
Block a user