mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
31 lines
616 B
Prolog
31 lines
616 B
Prolog
TEMPLATE = lib
|
|
TARGET = ScopeGadget
|
|
|
|
DEFINES += SCOPE_LIBRARY
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
include (scope_dependencies.pri)
|
|
|
|
HEADERS += \
|
|
scopeplugin.h \
|
|
plotdata.h \
|
|
scope_global.h \
|
|
scopegadgetoptionspage.h \
|
|
scopegadgetconfiguration.h \
|
|
scopegadget.h \
|
|
scopegadgetwidget.h \
|
|
scopegadgetfactory.h
|
|
|
|
SOURCES += \
|
|
scopeplugin.cpp \
|
|
plotdata.cpp \
|
|
scopegadgetoptionspage.cpp \
|
|
scopegadgetconfiguration.cpp \
|
|
scopegadget.cpp \
|
|
scopegadgetfactory.cpp \
|
|
scopegadgetwidget.cpp
|
|
|
|
OTHER_FILES += ScopeGadget.pluginspec
|
|
|
|
FORMS += scopegadgetoptionspage.ui
|