Files
gcs-nf/App/CommandBox/CommandBox.pri
T
2020-10-12 21:08:37 +08:00

50 lines
801 B
Plaintext

QT += opengl
QT += network
QT += sql
QT += svg
QT += quickwidgets
QT += quick
QT += qml
INCLUDEPATH += $$PWD/../ComponentUI/CharInputter
INCLUDEPATH += $$PWD/../ComponentUI/Inputter
INCLUDEPATH += $$PWD/../ComponentUI/MultiSelector
INCLUDEPATH += $$PWD/../ComponentUI/Selector
INCLUDEPATH += $$PWD/../ComponentUI/Confirm
INCLUDEPATH += $$PWD/../ComponentUI/CommandEditor
INCLUDEPATH += $$PWD/../mavlink \
$$PWD/../mavlink/ardupilotmega \
$$PWD/../mavlink/common \
$$PWD/../mavlink/icarous \
$$PWD/../mavlink/uAvionix \
$$PWD/../mavlink/XYK \
$$PWD/../mavlink/message_definitions
FORMS += \
$$PWD/CommandBox.ui
HEADERS += \
$$PWD/CommandBox.h
SOURCES += \
$$PWD/CommandBox.cpp