Files
gcs-nf/App/MissionUI/MissionUI.pri
T

54 lines
831 B
Plaintext
Raw Normal View History

2020-04-30 17:29:57 +08:00
QT += opengl
QT += network
QT += sql
QT += svg
QT += quickwidgets
QT += quick
QT += qml
DISTFILES += \
$$PWD/MavCmdInfoCommon.json \
$$PWD/MavCmdInfoFixedWing.json \
$$PWD/MavCmdInfoMultiRotor.json \
$$PWD/MavCmdInfoRover.json \
$$PWD/MavCmdInfoSub.json \
$$PWD/MavCmdInfoVTOL.json
FORMS += \
2020-05-06 19:17:40 +08:00
$$PWD/Inputter.ui \
$$PWD/MissionUI.ui \
$$PWD/Multiselector.ui \
2020-05-06 19:17:40 +08:00
$$PWD/Selector.ui \
2020-04-30 17:29:57 +08:00
$$PWD/propertyui.ui
HEADERS += \
2020-05-06 19:17:40 +08:00
$$PWD/Inputter.h \
2020-04-30 17:29:57 +08:00
$$PWD/JsonHelper.h \
2020-05-06 19:17:40 +08:00
$$PWD/MissionUI.h \
$$PWD/Multiselector.h \
2020-05-06 19:17:40 +08:00
$$PWD/Selector.h \
2020-04-30 17:29:57 +08:00
$$PWD/propertyui.h
SOURCES += \
2020-05-06 19:17:40 +08:00
$$PWD/Inputter.cpp \
2020-04-30 17:29:57 +08:00
$$PWD/JsonHelper.cc \
2020-05-06 19:17:40 +08:00
$$PWD/MissionUI.cpp \
$$PWD/Multiselector.cpp \
2020-05-06 19:17:40 +08:00
$$PWD/Selector.cpp \
2020-04-30 17:29:57 +08:00
$$PWD/propertyui.cpp
2020-05-09 14:46:07 +08:00
RESOURCES += \
$$PWD/MissionUIres.qrc
2020-05-09 14:46:07 +08:00
2020-04-30 17:29:57 +08:00