mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-07 22:54:14 +01:00
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@729 ebee16cc-31ac-478f-84a7-5cbb03baadba
23 lines
721 B
Prolog
23 lines
721 B
Prolog
TEMPLATE = lib
|
|
TARGET = ScopeGadget
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
include(../../plugins/uavobjects/uavobjects.pri)
|
|
include(../../libs/qwt/qwt.pri)
|
|
HEADERS += scopeplugin.h \
|
|
plotdata.h
|
|
HEADERS += scopegadgetoptionspage.h
|
|
HEADERS += scopegadgetconfiguration.h
|
|
HEADERS += scopegadget.h
|
|
HEADERS += scopegadgetwidget.h
|
|
HEADERS += scopegadgetfactory.h
|
|
SOURCES += scopeplugin.cpp \
|
|
plotdata.cpp
|
|
SOURCES += scopegadgetoptionspage.cpp
|
|
SOURCES += scopegadgetconfiguration.cpp
|
|
SOURCES += scopegadget.cpp
|
|
SOURCES += scopegadgetfactory.cpp
|
|
SOURCES += scopegadgetwidget.cpp
|
|
OTHER_FILES += ScopeGadget.pluginspec
|
|
FORMS += scopegadgetoptionspage.ui
|