#include #include #include #include "ATPControl_Serial_QT.h" #include using namespace std; int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QString qstrTest="This is a test message"; qDebug() << qstrTest; return a.exec(); }