mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-23 08:52:10 +01:00
11 lines
239 B
Prolog
11 lines
239 B
Prolog
|
|
||
|
TEMPLATE = lib
|
||
|
TARGET = DoNothing
|
||
|
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||
|
|
||
|
HEADERS += donothingplugin.h
|
||
|
SOURCES += donothingplugin.cpp
|
||
|
|
||
|
OTHER_FILES += DoNothing.pluginspec
|