mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-24 13:54:16 +01:00
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@267 ebee16cc-31ac-478f-84a7-5cbb03baadba
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 |