#include #include "mainwindow.h" #include "../../include/opcode.h" int main(int argc, char **argv) { loadInstructionSet(); qputenv("QT_QPA_PLATFORM", "xcb"); QApplication app(argc, argv); MainWindow w; w.show(); return app.exec(); }