QT += core gui widgets SOURCES += \ main.cpp \ mainwindow.cpp \ mesh_connector.cpp HEADERS += \ mainwindow.h \ mesh_connector.h CONFIG += c++17