mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
626ba1f822
simply moving the RC Transmitter sticks. Does not actually save the settings yet, meant as a PoC for comments. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1177 ebee16cc-31ac-478f-84a7-5cbb03baadba
20 lines
575 B
Prolog
20 lines
575 B
Prolog
TEMPLATE = lib
|
|
TARGET = Config
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
include(../../plugins/uavobjects/uavobjects.pri)
|
|
OTHER_FILES += Config.pluginspec
|
|
HEADERS += configplugin.h \
|
|
configgadgetconfiguration.h \
|
|
configgadgetwidget.h \
|
|
configgadgetfactory.h \
|
|
configgadgetoptionspage.h \
|
|
configgadget.h
|
|
SOURCES += configplugin.cpp \
|
|
configgadgetconfiguration.cpp \
|
|
configgadgetwidget.cpp \
|
|
configgadgetfactory.cpp \
|
|
configgadgetoptionspage.cpp \
|
|
configgadget.cpp
|
|
FORMS += settingswidget.ui
|