mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
14 lines
184 B
Prolog
14 lines
184 B
Prolog
TEMPLATE = lib
|
|
TARGET = QScienceSpinBox
|
|
|
|
include(../../openpilotgcslibrary.pri)
|
|
|
|
QT += widgets
|
|
|
|
DEFINES += QSCIENCESPINBOX
|
|
|
|
HEADERS = QScienceSpinBox.h
|
|
|
|
SOURCES = QScienceSpinBox.cpp
|
|
|