2011-01-20 23:30:49 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = ScopeGadget
|
2014-01-30 21:54:05 +01:00
|
|
|
|
2011-01-26 23:21:54 +01:00
|
|
|
DEFINES += SCOPE_LIBRARY
|
2014-01-30 21:54:05 +01:00
|
|
|
|
2011-01-20 23:30:49 +01:00
|
|
|
include(../../openpilotgcsplugin.pri)
|
2011-01-26 23:21:54 +01:00
|
|
|
include (scope_dependencies.pri)
|
2014-01-30 21:54:05 +01:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
scopeplugin.h \
|
2011-01-26 23:21:54 +01:00
|
|
|
plotdata.h \
|
2014-01-30 21:54:05 +01:00
|
|
|
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
|
|
|
|
|
2011-01-20 23:30:49 +01:00
|
|
|
OTHER_FILES += ScopeGadget.pluginspec
|
2014-01-30 21:54:05 +01:00
|
|
|
|
2011-01-20 23:30:49 +01:00
|
|
|
FORMS += scopegadgetoptionspage.ui
|