mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-21 06:52:11 +01:00
12 lines
230 B
Prolog
12 lines
230 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = PowerLog
|
||
|
DEFINES += POWERLOG_LIBRARY
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(powerlog_dependencies.pri)
|
||
|
HEADERS += powerlogplugin.h
|
||
|
|
||
|
SOURCES += powerlogplugin.cpp
|
||
|
|
||
|
OTHER_FILES += PowerLog.pluginspec
|
||
|
|