Files
gcs-nf/App/ToolsUI/tools_Index0/tools_Index0.pri
T

42 lines
366 B
Plaintext
Raw Normal View History

2020-05-28 18:11:23 +08:00
QT += core gui network
QT += serialport
QT += quickwidgets
QT += quick
QT += qml
QT += opengl
QT += sql
QT += svg
2020-06-11 17:32:58 +08:00
include (./MAVLinkInspector/MAVLinkInspector.pri)
INCLUDEPATH += $$PWD/MAVLinkInspector
2020-05-28 18:11:23 +08:00
FORMS += \
$$PWD/tools_Index0.ui
2020-05-28 18:11:23 +08:00
HEADERS += \
$$PWD/tools_Index0.h
2020-05-28 18:11:23 +08:00
SOURCES += \
$$PWD/tools_Index0.cpp
2020-05-28 18:11:23 +08:00