Files
gcs-nf/App/ToolsUI/tools_Index0/tools_Index0.pri
T
2020-06-11 17:32:58 +08:00

42 lines
366 B
Plaintext

QT += core gui network
QT += serialport
QT += quickwidgets
QT += quick
QT += qml
QT += opengl
QT += sql
QT += svg
include (./MAVLinkInspector/MAVLinkInspector.pri)
INCLUDEPATH += $$PWD/MAVLinkInspector
FORMS += \
$$PWD/tools_Index0.ui
HEADERS += \
$$PWD/tools_Index0.h
SOURCES += \
$$PWD/tools_Index0.cpp