#include "EpistmoolServer/Server.hpp" #include using namespace Epistmool::Server; int main(int argc, char* argv[]) { QCoreApplication app(argc, argv); Server server; return app.exec(); }