#include "sacnexplorer.h" int main(int argc, char *argv[]) { SacnExplorer a(argc, argv); return a.exec(); }