#include #include #include "root.h" int main(int argc, char *argv[]) { Root app(u"qrc:qml/main.qml"_qs, argc, argv); return app.exec(); }