mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
[OP-835] Qt 5.1.0 - migrated GCS libs/qscispinbox
This commit is contained in:
parent
c10ffd0519
commit
df7f10fb08
@ -4,9 +4,9 @@
|
||||
#ifndef __QScienceSpinBox_H__
|
||||
#define __QScienceSpinBox_H__
|
||||
|
||||
#include <QtGui/QDoubleSpinBox>
|
||||
#include <QtGui/QDoubleValidator>
|
||||
#include <QtGui/QLineEdit>
|
||||
#include <QDoubleSpinBox>
|
||||
#include <QDoubleValidator>
|
||||
#include <QLineEdit>
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QString>
|
||||
|
@ -3,6 +3,8 @@ TARGET = QScienceSpinBox
|
||||
|
||||
include(../../openpilotgcslibrary.pri)
|
||||
|
||||
QT += widgets
|
||||
|
||||
DEFINES += QSCIENCESPINBOX
|
||||
|
||||
HEADERS = QScienceSpinBox.h
|
||||
|
Loading…
Reference in New Issue
Block a user