#include "sound.h" #include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); Sound s; s.test(); return a.exec(); }