#include "ft232_reign.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); ft232_reign w; w.show(); return a.exec(); }