2010-08-18 09:38:25 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = Config
|
2012-02-05 18:16:38 +00:00
|
|
|
DEFINES += CONFIG_LIBRARY
|
2010-08-25 05:44:51 +00:00
|
|
|
QT += svg
|
2012-02-05 18:16:38 +00:00
|
|
|
include(config_dependencies.pri)
|
2011-03-21 00:54:09 +00:00
|
|
|
INCLUDEPATH += ../../libs/eigen
|
2012-03-25 12:21:58 -04:00
|
|
|
|
2010-08-18 09:38:25 +00:00
|
|
|
OTHER_FILES += Config.pluginspec
|
2012-03-25 12:21:58 -04:00
|
|
|
|
2010-08-18 09:38:25 +00:00
|
|
|
HEADERS += configplugin.h \
|
|
|
|
configgadgetconfiguration.h \
|
|
|
|
configgadgetwidget.h \
|
|
|
|
configgadgetfactory.h \
|
|
|
|
configgadgetoptionspage.h \
|
|
|
|
configgadget.h \
|
2010-08-20 21:18:20 +00:00
|
|
|
fancytabwidget.h \
|
2011-03-28 15:39:22 +00:00
|
|
|
configinputwidget.h \
|
|
|
|
configoutputwidget.h \
|
2012-03-25 12:21:58 -04:00
|
|
|
configvehicletypewidget.h \
|
2011-07-19 14:50:42 +01:00
|
|
|
config_pro_hw_widget.h \
|
|
|
|
config_cc_hw_widget.h \
|
2011-03-28 18:43:15 +00:00
|
|
|
configccattitudewidget.h \
|
2012-05-05 09:40:44 -07:00
|
|
|
configpipxtremewidget.h \
|
2012-03-25 12:21:58 -04:00
|
|
|
cfg_vehicletypes/configccpmwidget.h \
|
2011-03-28 18:43:15 +00:00
|
|
|
configstabilizationwidget.h \
|
2011-03-21 00:54:09 +00:00
|
|
|
assertions.h \
|
2011-03-29 20:32:09 +00:00
|
|
|
calibration.h \
|
2011-07-19 14:50:42 +01:00
|
|
|
defaultattitudewidget.h \
|
2011-08-04 16:58:41 +01:00
|
|
|
defaulthwsettingswidget.h \
|
2011-08-27 00:44:58 -05:00
|
|
|
inputchannelform.h \
|
2011-11-09 19:35:53 +01:00
|
|
|
configcamerastabilizationwidget.h \
|
2012-01-08 20:10:20 +02:00
|
|
|
configtxpidwidget.h \
|
2012-06-04 15:38:57 -07:00
|
|
|
outputchannelform.h \
|
2012-05-21 11:28:29 -07:00
|
|
|
cfg_vehicletypes/configmultirotorwidget.h \
|
|
|
|
cfg_vehicletypes/configgroundvehiclewidget.h \
|
|
|
|
cfg_vehicletypes/configfixedwingwidget.h \
|
2012-06-04 15:38:57 -07:00
|
|
|
cfg_vehicletypes/vehicleconfig.h \
|
2012-03-03 11:39:12 -06:00
|
|
|
configrevowidget.h \
|
2012-07-04 10:21:48 -07:00
|
|
|
config_global.h \
|
|
|
|
mixercurve.h \
|
2012-11-14 17:28:23 +02:00
|
|
|
dblspindelegate.h \
|
|
|
|
configautotunewidget.h
|
2010-08-18 09:38:25 +00:00
|
|
|
SOURCES += configplugin.cpp \
|
|
|
|
configgadgetconfiguration.cpp \
|
|
|
|
configgadgetwidget.cpp \
|
|
|
|
configgadgetfactory.cpp \
|
|
|
|
configgadgetoptionspage.cpp \
|
|
|
|
configgadget.cpp \
|
2010-08-20 21:18:20 +00:00
|
|
|
fancytabwidget.cpp \
|
2011-03-28 15:39:22 +00:00
|
|
|
configinputwidget.cpp \
|
|
|
|
configoutputwidget.cpp \
|
2012-03-25 12:21:58 -04:00
|
|
|
configvehicletypewidget.cpp \
|
2011-07-19 14:50:42 +01:00
|
|
|
config_pro_hw_widget.cpp \
|
|
|
|
config_cc_hw_widget.cpp \
|
2011-03-28 18:43:15 +00:00
|
|
|
configccattitudewidget.cpp \
|
|
|
|
configstabilizationwidget.cpp \
|
2012-05-05 09:40:44 -07:00
|
|
|
configpipxtremewidget.cpp \
|
2011-03-21 00:54:09 +00:00
|
|
|
twostep.cpp \
|
|
|
|
legacy-calibration.cpp \
|
|
|
|
gyro-calibration.cpp \
|
2011-03-28 18:43:15 +00:00
|
|
|
alignment-calibration.cpp \
|
2011-07-19 14:50:42 +01:00
|
|
|
defaultattitudewidget.cpp \
|
2011-08-04 16:58:41 +01:00
|
|
|
defaulthwsettingswidget.cpp \
|
2011-08-27 00:44:58 -05:00
|
|
|
inputchannelform.cpp \
|
2011-11-09 19:35:53 +01:00
|
|
|
configcamerastabilizationwidget.cpp \
|
2012-03-22 02:52:35 -05:00
|
|
|
configrevowidget.cpp \
|
2012-01-08 20:10:20 +02:00
|
|
|
configtxpidwidget.cpp \
|
2012-03-25 12:21:58 -04:00
|
|
|
cfg_vehicletypes/configmultirotorwidget.cpp \
|
|
|
|
cfg_vehicletypes/configgroundvehiclewidget.cpp \
|
|
|
|
cfg_vehicletypes/configfixedwingwidget.cpp \
|
|
|
|
cfg_vehicletypes/configccpmwidget.cpp \
|
2012-05-11 21:48:46 -07:00
|
|
|
outputchannelform.cpp \
|
2012-07-04 10:21:48 -07:00
|
|
|
cfg_vehicletypes/vehicleconfig.cpp \
|
|
|
|
mixercurve.cpp \
|
2012-11-14 17:28:23 +02:00
|
|
|
dblspindelegate.cpp \
|
|
|
|
configautotunewidget.cpp
|
2011-11-09 19:35:53 +01:00
|
|
|
FORMS += airframe.ui \
|
2011-07-19 14:50:42 +01:00
|
|
|
cc_hw_settings.ui \
|
|
|
|
pro_hw_settings.ui \
|
2011-02-22 22:03:32 +00:00
|
|
|
ccpm.ui \
|
2011-03-28 15:39:22 +00:00
|
|
|
stabilization.ui \
|
|
|
|
input.ui \
|
2011-03-28 18:43:15 +00:00
|
|
|
output.ui \
|
2011-03-29 20:32:09 +00:00
|
|
|
ccattitude.ui \
|
2011-07-19 14:50:42 +01:00
|
|
|
defaultattitude.ui \
|
2011-08-04 16:58:41 +01:00
|
|
|
defaulthwsettings.ui \
|
2011-08-27 00:44:58 -05:00
|
|
|
inputchannelform.ui \
|
2011-11-09 19:35:53 +01:00
|
|
|
camerastabilization.ui \
|
2012-01-08 20:10:20 +02:00
|
|
|
outputchannelform.ui \
|
2012-03-22 02:52:35 -05:00
|
|
|
revosensors.ui \
|
2012-05-05 09:40:44 -07:00
|
|
|
txpid.ui \
|
2012-07-04 10:21:48 -07:00
|
|
|
pipxtreme.ui \
|
2012-11-14 17:28:23 +02:00
|
|
|
mixercurve.ui \
|
|
|
|
autotune.ui
|
2010-08-18 09:38:25 +00:00
|
|
|
RESOURCES += configgadget.qrc
|
2012-11-14 17:28:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|