mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-14 21:23:52 +01:00
18 lines
462 B
Prolog
18 lines
462 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = AirspeedGadget
|
||
|
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||
|
include(../../libs/qwt/qwt.pri)
|
||
|
|
||
|
HEADERS += airspeedplugin.h
|
||
|
HEADERS += airspeedgadget.h
|
||
|
HEADERS += airspeedgadgetwidget.h
|
||
|
HEADERS += airspeedgadgetfactory.h
|
||
|
SOURCES += airspeedplugin.cpp
|
||
|
SOURCES += airspeedgadget.cpp
|
||
|
SOURCES += airspeedgadgetfactory.cpp
|
||
|
SOURCES += airspeedgadgetwidget.cpp
|
||
|
|
||
|
OTHER_FILES += AirspeedGadget.pluginspec
|