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