mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-27 16:54:15 +01:00
fixed the .pro file (included a non-existant file)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2618 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
7c73f9c2c8
commit
05a7da2462
@ -1,11 +1,13 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = PipXtreme
|
||||
QT += svg
|
||||
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/uavobjects/uavobjects.pri)
|
||||
include(../../plugins/uavtalk/uavtalk.pri)
|
||||
include(../../plugins/rawhid/rawhid.pri)
|
||||
|
||||
INCLUDEPATH += ../../libs/qextserialport/src
|
||||
|
||||
HEADERS += pipxtremegadget.h \
|
||||
@ -13,7 +15,7 @@ HEADERS += pipxtremegadget.h \
|
||||
pipxtremegadgetfactory.h \
|
||||
pipxtremegadgetoptionspage.h \
|
||||
pipxtremegadgetwidget.h \
|
||||
plugin.h \
|
||||
pipxtremeplugin.h \
|
||||
delay.h \
|
||||
devicewidget.h \
|
||||
SSP/port.h \
|
||||
@ -33,7 +35,6 @@ SOURCES += pipxtremegadget.cpp \
|
||||
OTHER_FILES += PipXtreme.pluginspec
|
||||
|
||||
FORMS += \
|
||||
pipxtreme.ui \
|
||||
pipxtreme.ui
|
||||
|
||||
RESOURCES += \
|
||||
|
@ -41,13 +41,13 @@ PipXtremeGadgetWidget::PipXtremeGadgetWidget(QWidget *parent) : QWidget(parent)
|
||||
rescueStep = RESCUE_STEP0;
|
||||
resetOnly = false;
|
||||
|
||||
m_config->comboBox_Mode->clear();
|
||||
m_config->comboBox_Mode->addItem("Normal", 0);
|
||||
m_config->comboBox_Mode->addItem("Scan Spectrum", 1);
|
||||
m_config->comboBox_Mode->addItem("Tx Carrier Calibrate", 2);
|
||||
m_config->comboBox_Mode->addItem("Tx Spectrum Test", 3);
|
||||
m_config->comboBox_Mode->clear();
|
||||
m_config->comboBox_Mode->addItem("Normal", 0);
|
||||
m_config->comboBox_Mode->addItem("Scan Spectrum", 1);
|
||||
m_config->comboBox_Mode->addItem("Tx Carrier Calibrate", 2);
|
||||
m_config->comboBox_Mode->addItem("Tx Spectrum Test", 3);
|
||||
|
||||
m_config->comboBox_SerialPortSpeed->clear();
|
||||
m_config->comboBox_SerialPortSpeed->clear();
|
||||
m_config->comboBox_SerialPortSpeed->addItem("1200", 1200);
|
||||
m_config->comboBox_SerialPortSpeed->addItem("2400", 2400);
|
||||
m_config->comboBox_SerialPortSpeed->addItem("4800", 4800);
|
||||
|
Loading…
x
Reference in New Issue
Block a user