mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
d10dd33016
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3048 ebee16cc-31ac-478f-84a7-5cbb03baadba
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
|
|
|