/** * MIT Licensed * * Copyright 2011-2022 - Reliable Bits Software by Blommers IT. All Rights Reserved. * Author Rick Blommers */ #include "QtAwesome.h" #include #include #include #include #include #include "mainwindow.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); MainWindow w; w.show(); return app.exec(); }